Coldfusion vs. apache/mod_perl

2000-07-05 Thread Bas
ow that already. It's just that *if* Spectra does provide needed functionality, it will be faster to buy it than it is to develop the same functionality using apache/mod_perl. Yet, I do want to know what I'll be getting into when I need to work with coldfusion on a daily basis vs. working with apache/mod_perl on a daily basis. Regards, bas.

Non-web use for Apache/mod_perl

2002-03-20 Thread Bas A . Schulte
nce and what I've read seem to indicate we can. Live experience will tell, and if it breaks, moving the platform to either of the above three should be a no-brainer. We live in interesting times. Well, that's it. Fairly longish story and yet there's a lot more to tell. Maybe this has been interesting for some, maybe some people on this list did similar things, I'd love to get feedback, Best regards, Bas Schulte.

Re: Non-web use for Apache/mod_perl

2002-03-20 Thread Bas A . Schulte
peed is > comparable w/ mysql for most applications. > > Drew > > At 12:40 AM 3/21/2002 +0100, Bas A.Schulte wrote: > >> To handle a large number of concurrent transactions in a >> transaction-safe environment without me having to worry too much about >> concurr

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 &g

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> transac

Inline generation of error document?

2002-04-18 Thread Bas A. Schulte
ment. How can I create this document right from within my handler? I could create another handler of course and use the ErrorDocument directive to point to that but I am wondering if I can do it in my handler directly. Somehow I can't find this in the eagle book. Any tips? Bas.

Re: Inline generation of error document?

2002-04-19 Thread Bas A . Schulte
e response. lwp-request however creates an HTML document itself and displays that. Going in with telnet to the appropriate port etc. revealed this was actually working as advertised. One of those 'put it in quickly at the end of the day' things ;) Bas.

Apache/mod_perl still not ready for OS X?

2002-06-08 Thread Bas A . Schulte
what commands to type in. Great, but it forces me to use DSO which I don't want! So, what is missing in the Apache configuration part that will make this work in a sensible way? Regards, Bas. ps. I know I'm a programmer that loves to tweak but when it comes to something as basic as this I'm just a user that's looking for the "any key";)

IPC suggestions sought/talking between children?

2002-10-23 Thread Bas A . Schulte
ish ago though). Anyone got some pointers for me to look at? Is there something hidden in the Apache API that I might use from mod_perl? Regards, Bas.

FYI: MySQL default max_connections

2002-10-22 Thread Bas A . Schulte
s RAM in my db server ;) Just thought I'd mention it if you ever get caught with this problem. Regards, Bas.

MySQL & prepared sql statements?

2002-11-24 Thread Bas A . Schulte
Hi, I'm wondering if I would gain (some) performance by preparing my sql statements once during ChildInit when using MySQL? Does it cache execution plans for sql statements? I know it makes a big difference on Oracle but I'm not sure what MySQL is like in this respect. Regards, Bas.

Getting at server's MaxClients setting?

2002-11-27 Thread Bas A . Schulte
Hi, is it possible to get at the configured MaxClients setting from within my handler? I checked Apache::Server which gives you some configuration information but there's no accessor for MaxClients. Any other, easy, way?

Re: Getting at server's MaxClients setting?

2002-11-27 Thread Bas A . Schulte
as missing something obvious. Thanks, Bas.