Re: [Webware-devel] Webware killed

2008-07-09 Thread Damiano Morosi
Hi, thanks for your suggestions. The only thing prensent in /var/log/messages are the following lines: Jul 9 15:25:14 fe-oracle VMS: failed Jul 9 15:25:14 fe-oracle VMS: succeeded Jul 9 15:28:53 fe-oracle VMS: failed Jul 9 15:28:53 fe-oracle VMS: succeeded Jul 9 15:59:47 fe-oracle VMS:

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

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 extensio

[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 himse