Re: Multiple versions of mod_perl?

2007-03-07 Thread Alex Beamish
ast one tied to something before the api switch ) should work. It's the old story -- this was a prototype thrown together that we spent a bit of time developing. It got turned into a piece of code that we used for 'a little processing' .. and then Production. I'm slowly upgrading it and moving it to newer platforms. Thanks again. -- Alex Beamish Toronto, Ontario aka talexb

Multiple versions of mod_perl?

2007-03-06 Thread Alex Beamish
27;s a test system so it typically has half a dozen installations on it). Is this a mad idea, or could it work? I look forward to hearing from you all. Thanks! -- Alex Beamish Toronto, Ontario aka talexb

Re: Mailing list down

2006-12-27 Thread Alex Beamish
keep in mind this is the after-Christmas period -- while some people are in at work, others are lounging around at home, enjoying (or recovering from) rich food and drink. -- Alex Beamish Toronto, Ontario aka talexb

Re: Forking to an interactive program under mod_perl

2006-12-15 Thread Alex Beamish
you, I am able to report that, no, IPC::Run does not appear to work under mod_perl -- I have posted a node at http://perlmonks.org/?node_id=590115 with more information. Next step, the more complicated solution. -- Alex Beamish Toronto, Ontario aka talexb

Re: Apache::DProf woes ...

2006-12-14 Thread Alex Beamish
b or something to hit them all a > few times at the same URL. the files are being created, with content. That isn't the problem. I've used the -X option to run Apache without spawning any kids .. that might make it easier for you to gather profiling information. -- Alex Beamish Toronto, Ontario aka talexb

Re: syswrite + Apache?

2006-12-14 Thread Alex Beamish
h a daemon that is itself running interactive programs through IPC::Run), I'm going to seriously consider looking through the mod_perl docs to see if there's a way to make sure a reader understands that if they want to do anything with STDOUT .. that they can't. -- Alex Beamish Toronto, Ontario aka talexb

Re: Forking to an interactive program under mod_perl

2006-12-13 Thread Alex Beamish
On 12/13/06, Robert Landrum <[EMAIL PROTECTED]> wrote: Alex Beamish wrote: > I'll deal with multiple documents with some combination of stale timers > and LRU slots, but that's not really what I see as the most complicated > or difficult part of this problem. For this p

Re: Forking to an interactive program under mod_perl

2006-12-12 Thread Alex Beamish
On 12/12/06, Jonathan Vanasco <[EMAIL PROTECTED]> wrote: On Dec 12, 2006, at 6:13 PM, Robert Landrum wrote: > Alex Beamish wrote: >> What I'm trying to do is come up with scaled page images from a >> PDF on the fly. Thus, I want to launch Ghostscript and then a

Forking to an interactive program under mod_perl

2006-12-12 Thread Alex Beamish
kly produce the required page image. Suggestions welcome. -- Alex Beamish Toronto, Ontario