Re: Threaded chat server

2008-01-18 Thread Turner
On Jan 17, 8:44 am, [EMAIL PROTECTED] (Zentara) wrote: > On Wed, 16 Jan 2008 14:08:14 -0800 (PST), [EMAIL PROTECTED] > > > > (Turner) wrote: > >On Jan 16, 11:50 am, [EMAIL PROTECTED] (Zentara) wrote: > >> On Tue, 15 Jan 2008 19:18:02 -0800 (PST), [EMAIL PROTECTED] > > >I think you may have misunder

Re: Threaded chat server

2008-01-16 Thread Turner
On Jan 16, 11:50 am, [EMAIL PROTECTED] (Zentara) wrote: > On Tue, 15 Jan 2008 19:18:02 -0800 (PST), [EMAIL PROTECTED] > > > > (Turner) wrote: > >On Jan 15, 9:23 am, [EMAIL PROTECTED] (Zentara) wrote: > >> On Mon, 14 Jan 2008 20:26:05 -0800 (PST), [EMAIL PROTECTED] > > >> >> If you just want to hand

Re: Threaded chat server

2008-01-15 Thread Turner
On Jan 15, 9:23 am, [EMAIL PROTECTED] (Zentara) wrote: > On Mon, 14 Jan 2008 20:26:05 -0800 (PST), [EMAIL PROTECTED] > > > > (Turner) wrote: > >On Jan 14, 4:07 pm, [EMAIL PROTECTED] (Robert Leibl) wrote: > >> Turner wrote: > >> > Hello Perl gurus, > > >> > I'm currently in the process of writing a

Re: Threaded chat server

2008-01-14 Thread Turner
On Jan 14, 4:07 pm, [EMAIL PROTECTED] (Robert Leibl) wrote: > Turner wrote: > > Hello Perl gurus, > > > I'm currently in the process of writing a chat server in Perl. > > Everything is all hunky-dory--it parses commands as it should, and is, > > of course, quite satisfying. Except for one thing, an

Re: Threaded chat server

2008-01-14 Thread Turner
gt;was hoping some kind soul could look at it, suppress his laughter at > >my naive code and point me in the right direction. > > This code is the only threaded chat server which seems to work. > It may show you the way. > > Seehttp://perlmonks.org/?node_id=319472 > > It&#

Re: Threaded chat server

2008-01-14 Thread Robert Leibl
Turner wrote: > Hello Perl gurus, > > I'm currently in the process of writing a chat server in Perl. > Everything is all hunky-dory--it parses commands as it should, and is, > of course, quite satisfying. Except for one thing, and that is that it > cannot handle multiple clients at once, which, nee

Re: Threaded chat server

2008-01-14 Thread Dr.Ruud
Turner schreef: > I'm currently in the process of writing a chat server in Perl. > Everything is all hunky-dory--it parses commands as it should, and is, > of course, quite satisfying. Except for one thing, and that is that it > cannot handle multiple clients at once, which, needless to say, is >

Threaded chat server

2008-01-13 Thread Turner
Hello Perl gurus, I'm currently in the process of writing a chat server in Perl. Everything is all hunky-dory--it parses commands as it should, and is, of course, quite satisfying. Except for one thing, and that is that it cannot handle multiple clients at once, which, needless to say, is kind of