Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: The Singleton design pattern and fork();

by mowgli (Friar)
on Feb 22, 2003 at 10:35 UTC ( [id://237713]=note: print w/replies, xml ) Need Help??


in reply to The Singleton design pattern and fork();

No - as others have pointed out, data is not being shared between the parent and child. However, you can use threads to get around that problem, and even if you don't want to or can't for some reason, shared memory is not *that* scary really (even though a thread-based programming model will probably still be much nicer).

--
mowgli

  • Comment on Re: The Singleton design pattern and fork();

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-03-29 15:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found