Re: About parallelism

new topic     » goto parent     » topic index » view thread      » older message » newer message

You don't need threads to achieve parallelism. In fact, threads are still going to limit you to a single process on a single machine, and for AI work, that may not be enough.

I'd recommend using coordinated system for passing around units of work. Either a job server like Gearman or make your own with a message queuing system like ZeroMQ.

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu