Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Perl Threads and multi-core CPUs

by Anonymous Monk
on Sep 10, 2008 at 02:43 UTC ( [id://710239]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://710239]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-03-19 05:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found