[Webware-devel] Webware killed

2008-07-09 Thread Damiano Morosi
Hi all, I'm experimenting webware for the first time to use it in my enterprise. I've developed an XML-RPC service in Python (obviously!) that connect to an Oracle db, make some queries and return the results. Under medium usage (5-10 requests every 5 minutes), the webware app server kill

Re: [Webware-devel] Webware killed

2008-07-09 Thread Jason Hildebrand
Hi Damiano, It appears that it could be a crash/segfault; I would recommend trying to determine whether that is the cause. In my experience using Webware (7 years), any crashes have been due to extension modules, and not to Webware itself. Make sure you are running current versions of

Re: [Webware-devel] Webware killed

2008-07-09 Thread Ben Parker
That looks like the os might have killed the process. Check your syslogs - did you exceed a memory limit? Damiano Morosi wrote on 7/9/08 7:31 AM: Hi all, I'm experimenting webware for the first time to use it in my enterprise. I've developed an XML-RPC service in Python (obviously!) that