<div dir="ltr">I have a scenario in which I need to execute multiple python scripts within a single HTTP request. Right now I create a new instance of the engine for every single HTTP request and use the engine to service those requests.<br>
<br>This works fine except that the whole stack breaks down in moderate traffic and I start getting a bunch errors.<br><br>Is there any facility within the hosting API to support object pooling or do I have to implement them myself? Is object pooling an appropriate solution for this type of scenario at all?<br>
<br>Dody G.<br clear="all"><br>-- <br><a href="http://nomadlife.org">nomadlife.org</a><br>
</div>