XSP2 hangs after some time
- by Sebi
I'm running a REST/JSON webservice (SVC) using xsp2 (and xsp2 through
Apache/mod_mono).
After some hours, the service just hangs and outputs a timeout after about 5
minutes. This can only be solved by restarting xsp2. Sometimes multiple
restarts are needed to get it running again.
I've made a small sample webservice simply returning a "pong".
The example is available in the bug report:
https://bugzilla.novell.com/show_bug.cgi?id=608158
The bug can sometimes be reproduced following these steps:
Steps to Reproduce:
1. start xsp2 (webservice)
2. request http://[server]/WSPing.svc/ping
Actual Results:
After some time, I always get timeouts.
I'm running a gentoo linux as a XEN DomU and i'm using Visual Studio to build
and publish the service.
Any hints???