Hi,

> -----Original Message-----
> From: Brad Clements [mailto:[EMAIL PROTECTED]]
> Sent: Dienstag, 5. Februar 2002 15:47
> To: Mensing, Joerg
> Cc: [EMAIL PROTECTED]
> Subject: RE: Porting to Novell NetWare
> 
> 
> On 5 Feb 2002 at 13:44, Mensing, Joerg wrote:
> 
> > What i would suggest is having several connections established from 
> > worker threads, which use a common request queue to parallel work on
> > request. But be carefull that establishing connection in 
> there worker
> > threads, since connection establishing is not multi thread 
> save. Otherwise
> > you could end up with two connection sharing the same 
> control structure...
> 
> 
> Hmm, so having multiple connections (one per thread) really 
> serves no useful function 
> other than to allow each thread to operate as a different user. 
> 
Who talked about a different user? I just said different connection. It is
possible and allowed to connected several times from within a single client
using the same user.

> Basically, there is no way to achieve non-serialized 
> simultaneous request handling from 
> a single client process.?
> 
As i said, you just have to open more than one connection. The restriction
is on a single connection you have to wait for a reply to your request,
before you can issue another request. And again be carefull not to establish
connections in parallel.
CU
jrg
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to