I did. It just sets 'maintainSession'. I checked their code. They don't use
'keep-alive'. They create a new socket connection for each method
invocation. I am planning to implement my own version to exploit
'keep-alive' feature.

Thanks,

Surajit
----- Original Message -----
From: "Darius Cooper" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 04, 2002 12:02 AM
Subject: Re: Call object


> Have you checked   sample.addressbook2  ?
>  See the main() method in the class named Main.
>
>  Regards,
>
>  - Darius Cooper
>
> > ----- Original Message -----
> > From: "Dr. Surajit Pal" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, April 03, 2002 10:54 PM
> > Subject: Call object
> >
> >
> > > Hi,
> > > If I invoke multiple methods using the same Call object, does it
retain
> > and
> > > use the same connection, or does it make a new connection for each
> method
> > > invocation ? How can I implement a connection pooling for Call object
in
> > > multithreaded environment to boost performance?
> > >
> > > Thanks in advance,
> > >
> > > Surajit
> > >
> > >
> >
>
>

Reply via email to