L PROTECTED] [mailto:
> [EMAIL PROTECTED] *On Behalf Of *Dody Gunawinata
> *Sent:* Thursday, July 17, 2008 1:58 AM
> *To:* Discussion of IronPython
> *Subject:* [IronPython] Object Pooling of IronPython 2.0 engine
>
>
>
> I have a scenario in which I need to execute multiple py
hat works.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dody Gunawinata
Sent: Thursday, July 17, 2008 1:58 AM
To: Discussion of IronPython
Subject: [IronPython] Object Pooling of IronPython 2.0 engine
I have a scenario in which I need to execute multiple python scripts within a
single H
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.
This works fine except that the whole stack breaks down in moderate traffic