in reply to Re: Re: Re: Re: IO::Select question
in thread IO::Select question
Actually, it's quite funny. I'm working on the exact same project right now. I'm using a combination of IO::Socket and IO::Select and it's starting to work quite nicely. To answer your question, you only need one socket: there is no reason for two different connections (ie: all the data can be sent through one numbered port), though both the client and server apps need to listen to the port.
As soon as I've got something significantly better than it is now, I'll be sure to post it somewhere and I'll /msg you the link
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re^5: IO::Select question
by Eradicatore (Monk) on Jan 21, 2003 at 23:30 UTC |