in reply to Perl Threads and multi-core CPUs

With threads it seems that it would be easier since threads have access to global variables defined in the parent, so all spawned threads would share the same AI model and I won't have multiple 1GB copies of the parent
Threads get copies just like fork.

Replies are listed 'Best First'.
Re^2: Perl Threads and multi-core CPUs
by BrowserUk (Patriarch) on Sep 10, 2008 at 03:10 UTC