Re: Pooling of objects and session data

2001-06-25 Thread Jos I. Boumans
uot; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, June 25, 2001 8:26 PM Subject: Re: Pooling of objects and session data > On Mon, Jun 25, 2001 at 07:59:51PM +0200, Jos I. Boumans wrote: > > poe-test.pl is the most basic one, simple starting a few threads > > Yo

Re: Pooling of objects and session data

2001-06-25 Thread Michael Fowler
On Mon, Jun 25, 2001 at 07:59:51PM +0200, Jos I. Boumans wrote: > poe-test.pl is the most basic one, simple starting a few threads You keep mentioning threads with relation to POE. I hope no one is under the mistaken impression that POE supports threads as in POSIX threads, or seperate threads o

Re: Pooling of objects and session data

2001-06-25 Thread Jos I. Boumans
o: "Jos I. Boumans" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, June 25, 2001 3:38 AM Subject: Re: Pooling of objects and session data > Thats very nice of you. > > Wating eargerly for you mail > > with regards > > Rajeev Rumale > > >

Re: Pooling of objects and session data

2001-06-24 Thread Rajeev Rumale
> To: "Rajeev Rumale" <[EMAIL PROTECTED]> Cc: "Chas Owens" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, June 22, 2001 10:01 PM Subject: Re: Pooling of objects and session data > POE basicly enables you to multithread under perl... so what you do

Re: Pooling of objects and session data

2001-06-22 Thread Jos I. Boumans
ED]>; <[EMAIL PROTECTED]> Sent: Friday, June 22, 2001 1:56 PM Subject: Re: Pooling of objects and session data > Thanks. I think that's great piece of information for all the members of > this group. > Do let us know when your module is made avilable on the net. > > Com

Re: Pooling of objects and session data

2001-06-22 Thread Rajeev Rumale
TECTED]> Sent: Friday, June 22, 2001 4:55 PM Subject: Re: Pooling of objects and session data > if you say 'multi thread' you say POE > it's an excellent module that allows you to multithread in perl, you can read > some about it here > http://www.perl.com/pub/2001/01/p

Re: Pooling of objects and session data

2001-06-22 Thread Jos Boumans
et, Singapore - 189648 ICQ: 121001541 > Website : www.myangel.net > ~~~ > > - Original Message - > From: "Chas Owens" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, June 21, 2001 7:34 PM > Subject: Re: Pooling of objects

Re: Pooling of objects and session data

2001-06-22 Thread Rajeev Rumale
- From: "Chas Owens" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 21, 2001 7:34 PM Subject: Re: Pooling of objects and session data > On 21 Jun 2001 15:16:19 +0800, Rajeev Rumale wrote: > > Hi, > > > > I need to know if there is any

Re: Pooling of objects and session data

2001-06-21 Thread Chas Owens
On 21 Jun 2001 15:16:19 +0800, Rajeev Rumale wrote: > Hi, > > I need to know if there is any easiest way to keep session data or object > accross the scripts. > > Basically I would like to pool Database connections so that Parrallel > running scripts don't open multiple connection with the datab

Pooling of objects and session data

2001-06-20 Thread Rajeev Rumale
Hi, I need to know if there is any easiest way to keep session data or object accross the scripts. Basically I would like to pool Database connections so that Parrallel running scripts don't open multiple connection with the database. with regards Rajeev Rumale - Original Message - Fro