On Jul 16, 3:05 pm, John Nagle wrote:
> alex23 wrote:
> > On Jul 16, 2:03 pm, John Nagle wrote:
> >> "fcgi" is an option for this sort of thing. With "mod_fcgi" installed
> >> in Apache, and "fcgi.py" used to manage the Python side of the problem, you
> >> can have semi-persistent programs
alex23 wrote:
On Jul 16, 2:03 pm, John Nagle wrote:
"fcgi" is an option for this sort of thing. With "mod_fcgi" installed
in Apache, and "fcgi.py" used to manage the Python side of the problem, you
can have semi-persistent programs started up and shut down for you on the
server side.
He
On Jul 16, 2:03 pm, John Nagle wrote:
> "fcgi" is an option for this sort of thing. With "mod_fcgi" installed
> in Apache, and "fcgi.py" used to manage the Python side of the problem, you
> can have semi-persistent programs started up and shut down for you on the
> server side.
Hey John,
T
Rick Lawson wrote:
On Jul 15, 4:53 am, Jonathan Gardner
wrote:
On Jul 14, 6:34 pm, Rick Lawson wrote:
Appreciate any help on this. I am porting an app from Java to python
and need generic object pooling with hooks for object initialization /
cleanup and be able to specify an object timeout.
Diez B. Roggisch wrote:
> Rick Lawson wrote:
>
>> On Jul 15, 4:53 am, Jonathan Gardner
>> wrote:
>>> On Jul 14, 6:34 pm, Rick Lawson wrote:
>>>
>>> > Appreciate any help on this. I am porting an app from Java to python
>>> > and need generic object pooling with hooks for object initialization /
Rick Lawson wrote:
> On Jul 15, 4:53 am, Jonathan Gardner
> wrote:
>> On Jul 14, 6:34 pm, Rick Lawson wrote:
>>
>> > Appreciate any help on this. I am porting an app from Java to python
>> > and need generic object pooling with hooks for object initialization /
>> > cleanup and be able to specif
On Jul 15, 4:53 am, Jonathan Gardner
wrote:
> On Jul 14, 6:34 pm, Rick Lawson wrote:
>
> > Appreciate any help on this. I am porting an app from Java to python
> > and need generic object pooling with hooks for object initialization /
> > cleanup and be able to specify an object timeout.
>
> Are
On Jul 14, 6:34 pm, Rick Lawson wrote:
> Appreciate any help on this. I am porting an app from Java to python
> and need generic object pooling with hooks for object initialization /
> cleanup and be able to specify an object timeout.
>
Are you looking for something like a thread pool or a connec