Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Net::Daemon replacement?

by pjnet (Novice)
on Jul 25, 2006 at 15:06 UTC ( [id://563543]=perlquestion: print w/replies, xml ) Need Help??

pjnet has asked for the wisdom of the Perl Monks concerning the following question:

I've been handed a module that uses Net::Daemon and am trying to work out if it's doing the job it's supposed to be doing, and if not, what I should be replacing it with.

Currently, it's running a daemon (well there are 2 actually) that takes in a simple custom markup syntax and returns data (simple eh).

However, I need it to be highly multithreaded and share data across those threads as it is run from a CGI script. This CGI script can call the daemon several times for each request, so if the CGI script gets called 3000 times, it's possible there are 15000 connections to the daemons.

Now, it's been running slow ever since it was put on, and I need to figure out if Net::Daemon is a good solution. or whether I can/should look to replace it. It seems nobody has been talking about it for years, so any suggestions of other modules to replace it would be appreciated. Replacing would be quite trivial.

Failing that, is there any decent (ie better than the perldoc) documentation and examples for Net::Daemon, as the perldoc isn't hugely clear.

Thanks

Paul

Replies are listed 'Best First'.
Re: Net::Daemon replacement?
by izut (Chaplain) on Jul 25, 2006 at 15:40 UTC
      makes sense. Was looking into it before I got your response.

      Thanks
Re: Net::Daemon replacement?
by monkey_boy (Priest) on Jul 25, 2006 at 15:23 UTC
    Net::Server looks more uptodate.



    This is not a Signature...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-25 21:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found