EMAIL PROTECTED]]
> Sent: Tuesday, April 30, 2002 12:46 PM
> To: Lihn, Steve; [EMAIL PROTECTED]
> Subject: RE: schedule server possible?
>
>
> Steve,
>
> How about another process on the same machine that
> periodically accesses
>
> http://localhost/administrati
Message-
From: Lihn, Steve [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 29, 2002 11:57 AM
To: '[EMAIL PROTECTED]'
Subject: schedule server possible?
Hi,
The Apache 2 Connection handler opens up the possibility of
using it for all kinds of protocol servers.
However, I have a wild quest
Lihn, Steve wrote:
> How do you use cron to do scheduling, yet "calls" Apache/mod_perl to
> do the processing?
Your cron script just uses LWP to call a module running in mod_perl.
> Consider cron does not exist in Win32, maybe an all-Apache solution
> will be simpler and more elegant!?
Cron doe
>
> You can do this now. We rely on cron to kick off the job, but all
> the business logic is in Apache/mod_perl.
How do you use cron to do scheduling, yet "calls" Apache/mod_perl to
do the processing?
Consider cron does not exist in Win32, maybe an all-Apache solution
will be simpler and mo
> But I will need a thread that processes the backend stuff, such as
> maintaining the database and message queue (more like a cron). Is
> this configuration possible?
You can do this now. We rely on cron to kick off the job, but all
the business logic is in Apache/mod_perl. The advantage of us
Hi,
The Apache 2 Connection handler opens up the possibility of
using it for all kinds of protocol servers.
However, I have a wild question: Is it possible to use Apache mod_perl
for a schedule server? I.e., a server that is self existent.
For example, I can use Apache 2 for Telnet, FTP, SMTP, o