Re: [IronPython] Object Pooling of IronPython 2.0 engine

2008-07-18 Thread Dody Gunawinata
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

Re: [IronPython] Object Pooling of IronPython 2.0 engine

2008-07-17 Thread Dino Viehland
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

[IronPython] Object Pooling of IronPython 2.0 engine

2008-07-17 Thread Dody Gunawinata
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