On Thu, 03 Apr 2008 23:10:53 +0200, Frank Schorr franks-muc@web.de wrote:
My code tries only one, parallel threads access the same web page, but different URLs, because sessions are tracked. But it works fine from the ide thread.
Is that a local server? Are you sure it can cope with parallel requests? Are the different threads using the same session? Could that be the problem?
I will try to find a simple test case.
That'd be the best.
I thought that every thread might want its own variable for things like a current stream or something similar to be independent from other threads. It was only guessing.
That shouldn't be a problem if you only use "pure" Drakma calls.