- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everyone, just joined the forum.
I'm new to parallel programming, and I have what is hopefully a simple question:
What are thread bound filters useful for? I got an inkling that they are mainly for interfacing with other threading solutions? But was wondering if say, tying an I/O filter to one thread might improve I/O speed at all?
Thanks!
Tim.
I'm new to parallel programming, and I have what is hopefully a simple question:
What are thread bound filters useful for? I got an inkling that they are mainly for interfacing with other threading solutions? But was wondering if say, tying an I/O filter to one thread might improve I/O speed at all?
Thanks!
Tim.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My current understanding is that, if you have to ask, a bound filter is not for you, i.e., it only has very specialised uses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The intended usage of thread bound filters is in situations where execution of a filter depends on some context that is hard or impossible toset up in TBB worker threads (or to transfer there). But I believe our creative users will find out some other scenarios to apply thread bound filters for good :)
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page