SOLVED: there was a problem in threading. It's been necessary to specify 
the following in the connection string:

connection = cx_Oracle.connect(oracle_dsn, threaded=True)

Adding the threaded=True parameter, the service is up & running from 14 
hours, against the 5 minutes before. This should be something important 
to say maybe also on the (excellent) WebWare site.

Thank you all!

Christoph Zwerschke ha scritto:
> Damiano Morosi schrieb:
>> maybe a memory leak problem? my configuration is python 2.3.4, GCC 
>> 3.4.6, kernel 2.6.9-67.0.20.EL. The dist is a CentOS, and the machine is 
>> virtualized under VMWare. Compatibility issues?
> 
> Yes, this looks like a memory allocation problem of cx_oracle; or there 
> is an incompatibility with the Oracle or Python version you are using.
> 
> I would try to reproduce the problem outside the context of Webware and 
> ask for help on the cx_oracle mailing list.
> 
> -- Christoph
> 
> -------------------------------------------------------------------------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> _______________________________________________
> Webware-devel mailing list
> Webware-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/webware-devel
> 

-- 
Dott. Damiano Morosi
Atac S.p.A. - Agenzia per la Mobilità del Comune di Roma
Direzione Sistemi - Area Centrale della Mobilità
Sviluppo funzioni sistemiche della Centrale
00157 Roma - Via Ostiense, 131/L
Tel.:  (+39) 0646959361
Mail:  [EMAIL PROTECTED]
Skype: damiano.morosi
Web:   http://www.atac.roma.it

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to