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. 

Basically, there is no way to achieve non-serialized simultaneous request handling 
from 
a single client process.?



Brad Clements,                [EMAIL PROTECTED]   (315)268-1000
http://www.murkworks.com                          (315)268-9812 Fax
netmeeting: ils://ils.murkworks.com               AOL-IM: BKClements

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to