Hi,

I'm using gSoap for a multithreaded application, but everytime a
client connects and is served there is a connection loss. I never
experienced such a thing in a singlethreaded application, so it makes
me wonder. I just adopted the example shown in the gSoap doc so I
guess it should be working. 

The called function itself is a little bit nested and I detected that
most of the time (or all the time, I'm not quite sure) the connection
loss happens during the return-statement of a called function. The
clients errorcode is EOF and of course my server appliction crashes
the next time a client connects.

Is there a simple solution to this problem, or should I post some
code? Could it be that it's just a simple timeout (I once tried to
increase it without success), but if so, why does'nt this error occur
in a singlethreaded app.

Thanks for your help in advance

Reply via email to