Re: Non-web use for Apache/mod_perl

2002-03-21 Thread Stas Bekman
Bas A.Schulte wrote: Hi, I've been meaning to write an article about how I used Apache/mod_perl to implement a mobile SMS application platform as it demonstrates use of Apache/mod_perl outside the Web realm, something I hadn't seen so far. Time constraints (as always) have prevented me

Re: Non-web use for Apache/mod_perl

2002-03-21 Thread Issac Goldstand
Bas A.Schulte wrote: Hi, I've been meaning to write an article about how I used Apache/mod_perl to implement a mobile SMS application platform as it demonstrates use of Apache/mod_perl outside the Web realm, something I hadn't seen so far. Time constraints (as always) have prevented me

Re: Non-web use for Apache/mod_perl

2002-03-21 Thread Bas A. Schulte
Issac, On Thursday, March 21, 2002, at 11:01 AM, Issac Goldstand wrote: Bas A.Schulte wrote: Hi, I've been meaning to write an article about how I used Apache/mod_perl to implement a mobile SMS application platform as it demonstrates use of Apache/mod_perl outside the Web realm,

Re: Non-web use for Apache/mod_perl

2002-03-21 Thread Ilya Martynov
On Thu, 21 Mar 2002 00:40:24 +0100, Bas A.Schulte [EMAIL PROTECTED] said: BAS To handle a large number of concurrent transactions in a BAS transaction-safe environment without me having to worry too much about BAS concurrency issues and referential integrity I will slowly move to BAS Oracle.

Re: Non-web use for Apache/mod_perl

2002-03-21 Thread Bas A. Schulte
Hi, On Thursday, March 21, 2002, at 11:39 AM, Ilya Martynov wrote: On Thu, 21 Mar 2002 00:40:24 +0100, Bas A.Schulte [EMAIL PROTECTED] said: BAS To handle a large number of concurrent transactions in a BAS transaction-safe environment without me having to worry too much about BAS

Re: Non-web use for Apache/mod_perl

2002-03-21 Thread Bill McCabe
Over the last year I've been slowly working on a similar system in my spare time (of which I have none). To do systems monitoring and reporting I'm using mod_perl on the front end and communicating with remote systems via XML::RPC. The XML::RPC server on the remote system runs local command via

Re: Non-web use for Apache/mod_perl

2002-03-20 Thread Drew Taylor
Have you tried Postgresql? It's a free, fast, ACID compliant database. I have it compiled running within a few hours, not knowing much of anything about it before hand. From what I've read the speed is comparable w/ mysql for most applications. Drew At 12:40 AM 3/21/2002 +0100, Bas

Re: Non-web use for Apache/mod_perl

2002-03-20 Thread Bas A . Schulte
Hi, On Thursday, March 21, 2002, at 12:57 AM, Drew Taylor wrote: Have you tried Postgresql? It's a free, fast, ACID compliant database. I have it compiled running within a few hours, not knowing much of anything about it before hand. From what I've read the speed is comparable w/ mysql