Restructuring Call::initialize

2005-05-30 Thread Samisa Abeysinghe
Hi All, I am looking into the Call::initialize() method that is being called within the client side generated code, prior to each method invocation. Basically if we have 2 method calls that we could invoke, and in the client program we execute both those methods, we will be cal

Re: Restructuring Call::initialize

2005-05-30 Thread sanjaya gayan
It looks to me like with each call to Call::Initialize() if a ClientAxisEngine object exists it is deleted and then a new one created and initialized (I am not sure whether ClientAxisEngine->Initialize() caters for this). Shouldn't it be that if a AxisClient object exists it should be reused by int

RE: Restructuring Call::initialize

2005-05-31 Thread Samisa Abeysinghe
To: Apache AXIS C Developers List Subject: RE: Restructuring Call::initialize   Yes, ClientAxisEengine is deleted for each method, despite the fact we are using the same Stub object.   Deleting the engine every time has to be removed and move some of the init logic which is one off to the

RE: Restructuring Call::initialize

2005-05-31 Thread Samisa Abeysinghe
> have not yet planned how to measure it. > > > > Thanks, > > Samisa… > > > > -Original Message- > From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] > Sent: Monday, May 30, 2005 4:34 PM > To: Apache AXIS C Developers List > Subject: RE: Restru

RE: Restructuring Call::initialize

2005-05-31 Thread Samisa Abeysinghe
> them on each method call. > > > > My feeling is that this will lead to improved performance, though I > > have not yet planned how to measure it. > > > > > > > > Thanks, > > > > Samisa… > > > > > > > > --

RE: Restructuring Call::initialize

2005-06-01 Thread sanjaya gayan
call.> > > > My feeling is that this will lead to improved performance, though I> > have not yet planned how to measure it. > > > > > > > > Thanks,> > > > Samisa…> > > > > > > > -Original Message-> > From: Samisa Abeysinghe [mailt

RE: Restructuring Call::initialize

2005-06-01 Thread Samisa Abeysinghe
on each method call. > > > > My feeling is that this will lead to improved performance, though I > > have not yet planned how to measure it. > > > > > > > > Thanks, > > > > Samisa… > > > > > > > > -Original Message- > &g