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
On Jan 14, 9:31 am, [EMAIL PROTECTED] (Zentara) wrote: > On Sun, 13 Jan 2008 11:34:36 -0800 (PST), [EMAIL PROTECTED] > > > > (Turner) wrote: > >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, quit

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 >