<br>I&#39;ve used Django/psycopg + mod_python successfully in production and it never crashes.&nbsp; (never tried sqlalchemy).&nbsp; <br><br>One thing you could try is to remove the hangup hook.&nbsp; That has been problematic in the past and not well tested AFAIK.&nbsp; I doubt that&#39;s the problem but you never know.<br>
<br>Also please load the core dump in gdb and post a backtrace.. maybe that will reveal something interesting.&nbsp; (or maybe it won&#39;t).&nbsp; Actually you might want to put it in a jira bug in case it becomes an involved debugging process.<br>
<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 <br>
<br>
I&#39;ve spent hours hunting through related lists: mod_python (for<br>
apache), sqlalchemy, etc. but all to no avail. &nbsp;Any suggestions or<br>
alternatives ( I&#39;ve also started looking into outbound event socket,<br>
but there still seems to be few people using this with python/twisted<br>
) will be greatly appreciated. </blockquote><div><br>Yeah an outbound event socket framework in python would be really cool.&nbsp; Ideally you could write a script in the same style as mod_python scripts, and the framework behind it would handle all the communication with the switch.&nbsp; Kamealia might be a bettter networking library than Twisted for this one.<br>
<br>HTH<br></div></div><br>