TBB License Query

A place for Ogre users to discuss non-Ogre subjects with friends from the community.
Post Reply
User avatar
MrD
Goblin
Posts: 292
Joined: Wed Oct 21, 2009 3:16 pm
Location: England
x 1

TBB License Query

Post by MrD »

I know people here use TBB so I was hoping that someone would be able to help me out with a license query I have for it.

If it is licensed under GPLv2 with the runtime exception, am I correct in thinking that the runtime exception allows you to create a final executable without releasing the source code for your executable (even for commercial use)? If so, does this also apply if you use TBB in a library with an open source, but non-GPL license?

Of course, if anyone knows of a thread based task scheduler that has a more permissive license, I would also be interested to hear about that.
Insimnax Framework - A game framework for OGRE
User avatar
xavier
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 9481
Joined: Fri Feb 18, 2005 2:03 am
Location: Dublin, CA, US
x 22

Re: TBB License Query

Post by xavier »

Yes, yes, and search for "jobswarm". That said, I still recommend sticking with TBB -- Intel isn't going anywhere, and there is no guarantee that John Ratcliff won't get bored with JobSwarm or stop paying for the hosting...
Do you need help? What have you tried?

Image

Angels can fly because they take themselves lightly.
User avatar
MrD
Goblin
Posts: 292
Joined: Wed Oct 21, 2009 3:16 pm
Location: England
x 1

Re: TBB License Query

Post by MrD »

Thanks xavier, by "people here", I did in fact mean you.

I have seen and used JobSwarm before, to me it seems fine for throwing a load of tasks at and having them completed across multiple threads, but it just doesn't seem as intelligent as the TBB task scheduler. Plus TBB also has a load of other useful things in its arsenal.
Insimnax Framework - A game framework for OGRE
User avatar
jacmoe
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 20570
Joined: Thu Jan 22, 2004 10:13 am
Location: Denmark
x 179
Contact:

Re: TBB License Query

Post by jacmoe »

xavier wrote:Yes, yes, and search for "jobswarm". That said, I still recommend sticking with TBB -- Intel isn't going anywhere, and there is no guarantee that John Ratcliff won't get bored with JobSwarm or stop paying for the hosting...
You don't pay to be hosted by Google Code... :wink:
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
Post Reply