XSP2 hangs after some time
Posted
by Sebi
on Server Fault
See other posts from Server Fault
or by Sebi
Published on 2010-05-26T19:02:18Z
Indexed on
2010/05/26
19:11 UTC
Read the original article
Hit count: 391
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???
© Server Fault or respective owner