|
|
On Fri, May 13, 2005 at 03:16:22PM +0100, David Reid wrote:
> Can I have multiple concurrent requests per session object? I'm trying
> to use background threads (on windows) to transfer some data while the
> main thread continues to decide what needs to be done, but it's
> crashing, hence the question :-)
No, it's strictly one request per session object; you have to create
multiple sessions if you need multiple concurrent requests.
Regards,
joe
_______________________________________________
neon mailing list
neon@xxxxxxxxxx
http://mailman.webdav.org/mailman/listinfo/neon
|
|