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

Re: Writing a Daemon on Windows/Linux

by dtr (Scribe)
on Nov 10, 2005 at 09:57 UTC ( [id://507327]=note: print w/replies, xml ) Need Help??


in reply to Writing a Daemon on Windows/Linux

Generally, forking processes is pretty platform dependent.

Could you use perl's threads (called iThreads) for this? Have a look at "perldoc perlthrtut" to learn more about iThreads.

Replies are listed 'Best First'.
Re^2: Writing a Daemon on Windows/Linux
by hackdaddy (Hermit) on Nov 10, 2005 at 10:10 UTC
    Aren't threads somewhat still experimental in Perl? This is supposed to be a professional custom client-server solution that the company will depend on day and night.

    It needs to be available 24/7 with no nasty surprises.

    It kind of makes me cringe to use Windows. I prefer to run Perl in a Unix environment.

    Otherwise, I'll have to break out C++ to create the daemon.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-23 12:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found