... Sounds like your may be doing what i started out doing -- parse the path into a function call on a model object to get some data then pass it to a...
61965
David Oberlitner
tanamon@...
Dec 1, 2004 5:05 am
... Perrin, Thank you for your reply and suggestions. I granted user nobody a bash shell via /etc/passwd and executed "su - noboby". Then executed the test...
61964
Ray Chuan
rctay1989@...
Dec 1, 2004 1:29 am
yes, the printenv.pl script works fine, and the CGI module works fine too, although I have to create a CGI object: -- my $q = new CGIl print $q->header(); -- I...
61963
Ben Mehling
bmehling@...
Dec 1, 2004 12:56 am
Thanks in advance for looking at this post. We are running into some trouble porting an existing PERL app running under an older cgi accelerator (Blue Titan's...
61962
Valerio_Valdez Paolini
paolini@...
Nov 30, 2004 11:24 pm
... I've spent last month convincing my new client to adopt mod_perl; this morning they started to convert their applications and I'm building the new...
61961
Ken Simpson
ksimpson@...
Nov 30, 2004 11:14 pm
We have been using mod_perl successfully for several months now as a flexible email proxy -- we just wrapped Net::Server::Mail and with a few additional hacks...
61960
Thierry Valentin
valentin@...
Nov 30, 2004 11:14 pm
Hello, I definitely agree with that. A daemon would solve all the authentication and connection persistence issues. But the problem is that all accesses to the...
61959
Ken Simpson
ksimpson@...
Nov 30, 2004 11:05 pm
We have been using mod_perl successfully for several months now as a flexible email proxy -- we just wrapped Net::Server::Mail and with a few additional hacks...
61958
Joshua Eric Turcotte
josh@...
Nov 30, 2004 9:37 pm
Well, we have a fairly large apache-modperl site currently running fine on older versions... apache1.something, modperl 1.something But we're faced with...
61957
modperl@...
Nov 30, 2004 9:10 pm
Frank: /server-status tells the concurrent users. What did you get? On the other hand, serving 255 concurrent connections means a daily unique IP of about...
61956
Joe Schaefer
joe+gmane@...
Nov 30, 2004 8:59 pm
... Folks, I realize it may be too late to stop the impending email avalance, but *please* move this exciting discussion to the mod_perl advocacy list [1]....
61955
Perrin Harkins
perrin@...
Nov 30, 2004 8:36 pm
... Usually this means there is an issue with environment, user permissions, or different versions of libraries or Perl executables. ... Those are all good...
61954
Stas Bekman
stas@...
Nov 30, 2004 8:34 pm
... That's true. Unfortunately those are unseen heros, as we can't really know whether something is going on or not. -- ...
61953
Dan Brian
dan@...
Nov 30, 2004 8:32 pm
... Many are also spending a lot of time influencing their own spheres (businesses, peers) to learn and actually adopt the technology. I think that's some of...
61952
Stas Bekman
stas@...
Nov 30, 2004 8:29 pm
... In which case it's a bug in perl or someone has badly messed things up when building that package for your distribution. Since those directories don't show...
61951
Arne Skjaerholt
arnsholt@...
Nov 30, 2004 8:26 pm
A possible application that can be used for benchmarking purposes is the source for ARS (Account Registration System is the accepted full version IIRC) used on...
61950
Stephen Jungels
sjungels@...
Nov 30, 2004 8:18 pm
... The Makefile directed me to /usr/lib/perl/5.6.1/Config.pm, which helps explain what's going on here. It contains lines like: ...
61949
Jonathan Vanasco
jvanasco@...
Nov 30, 2004 8:13 pm
People want benchmarks. Little graphs that show "Speed", and why it matters to them C is going to be faster for certain things, Perl for others. Thats a ...
61948
Stas Bekman
stas@...
Nov 30, 2004 8:10 pm
... If you ask about the discussion list, it is: http://perl.apache.org/maillist/advocacy.html You can find links to the archive of the list at the same page....
61947
Perrin Harkins
perrin@...
Nov 30, 2004 8:07 pm
... Actually, I don't really agree. I just thought it was surprising that a knowledgeable programmer with apache and Perl expertise would not know about it....
61946
Frank Wiles
frank@...
Nov 30, 2004 8:06 pm
On Tue, 30 Nov 2004 19:41:18 +0000 ... I disgaree, I've run sites with 256 conncurrent connections with a single mod_perl server with 2 GBs of RAM. The reason...
61945
Clayton Cottingham
drfrog@...
Nov 30, 2004 8:05 pm
Oh I do hear what your saying, so where do I sign up? ... -- Report problems: http://perl.apache.org/bugs/ Mail list info:...
61944
Stas Bekman
stas@...
Nov 30, 2004 7:56 pm
... Not picking on you Clayton, but IMHO to market mod_perl people should actually *do* that, rather than just *talk* about it. Every so often this thread...
61943
Frank Wiles
frank@...
Nov 30, 2004 7:53 pm
On Tue, 30 Nov 2004 11:47:31 -0800 ... Ah ok. You had me worried there for a second! :) This makes perfect sense. I think we could really benefit from some...
61942
Clayton Cottingham
drfrog@...
Nov 30, 2004 7:47 pm
Heaven Sakes no What I am saying , is if you want to open up the mod_perl market you have to look at why people are not moving to mod_perl This is a valid...
61941
modperl@...
Nov 30, 2004 7:42 pm
Sites which get number of concurent connections of 200 or more have to use dual-Apache setup (you can't serve such number of connections with a single mod_perl...
61940
Frank Wiles
frank@...
Nov 30, 2004 7:39 pm
On Tue, 30 Nov 2004 11:34:31 -0800 ... So C is the only language that is acceptable to marketters? Is that what you are saying? ... Frank Wiles...
61939
Clayton Cottingham
drfrog@...
Nov 30, 2004 7:37 pm
What ever the case it's a valid position for not approaching perl, from a marketters POV ... -- Report problems: http://perl.apache.org/bugs/ Mail list info:...
61938
Frank Wiles
frank@...
Nov 30, 2004 7:30 pm
On Tue, 30 Nov 2004 19:23:38 +0000 ... I think you will find that mod_perl code is roughly the same speed as a comporable C Apache module. Since mod_perl...
61937
modperl@...
Nov 30, 2004 7:24 pm
Please let me raise a question. In practice, people who can program in other phases usually can 1) program directly in C module; and 2) find that C provides ...