At 09:09 30.04.2002, Ricky wrote: >When running under apache::perlrun, the script sometimes crash. >In error_log show : >"can't locate object method "uri" via package "Apache::perlrun"
This got me wondering: are you specifying Apache::PerlRun in any configuration or Apache::perlrun? Please remember that Perl packages and modules are case-sensitive, so Apache::PerlRun (which is the correct one) is different from Apache::perlrun. >Currently research about mod_perl. >Is it a good decision try to move to mod_perl because the implementation time >is slow. >Is there any other tech that easier/more faster than mod_perl? >How about PHP or JSP? Well, if you don't want to change your scripts, it's most likely that implementation in PHP or JSP will be a lot slower: you'll have to find competent people in those fields, learn the technology, etc. While with a few fixes to your current code you should be able to run it under mod_perl. As for PHP and JSP, they take completely different approaches (code-in-HTML at the most basic level), which are mostly considered to be a bad thing (as they mix logic and presentation). Of course, these technologies have their own advantages, but it will not be easier to work with them than with mod_perl. -- Per Einar Ellefsen [EMAIL PROTECTED]