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

Re: TCP Client and Server Inter process communication

by dk (Chaplain)
on Jun 11, 2010 at 13:45 UTC ( [id://844239]=note: print w/replies, xml ) Need Help??


in reply to TCP Client and Server Inter process communication

I have built many TCP clients and servers

I assume that you have built many blocking servers, but you have trouble with non-blocking architecture, am I right? If that's so I'd recommend to try one of CPAN's async I/O toolkits - POE, IO::Lambda, AnyEvent, EV . Sure you can do the same without a toolkit, it just gets messy; begin with perldoc -f select if you need to build it from the ground up.

  • Comment on Re: TCP Client and Server Inter process communication

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-18 19:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found