Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Threading Client-Server (IO::Socket)

by samizdat (Vicar)
on May 30, 2006 at 13:38 UTC ( [id://552491]=note: print w/replies, xml ) Need Help??


in reply to Threading Client-Server (IO::Socket)

Or try it the UNIX-y way: A Simple Socket Server Using 'inetd'. I found that to be a lot easier to work with. inetd spawns as many different copies on the same port as you need connections. That's why it's called the "super server". :) With inetd, everything from the specified port is sent to <STDIN> and everything from <STDOUT> is sent back. Remarkably powerful tool, makes socketing almost trivial! :D

Don Wilde
"There's more than one level to any answer."
  • Comment on Re: Threading Client-Server (IO::Socket)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://552491]
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: (3)
As of 2024-04-25 23:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found