Csongor Fagyal wrote:
Well, the other thing is that Apache::ASP is mod_perl. You _must_ rewrite "unclean" code if you want to use mod_perl. In general , mod_perl code should be use strict compatible, there is little you can do about that. Probably you should write an Apache::ASP application, and call your modules outside the scope of ASP, if nothing else works.
It is an Apache::ASP application. The only place $Response and $Request are ever used is in the .asp pages proper. No module requires them nor does it have any need to know about them. The code was developed from day one under mod_perl with Apache::ASP (v0.11) Over time, we have upgraded from perl 5 to perl 5.8.0 and brought Apache::ASP up to date as well. Some uses strict and some doesn't. The site works fine. It gets around 20 million .asp page loads a day. And Ihave these weird intermittent errors (like 1/10000 loads has this problem...)


--
Theo Schlossnagle
Principal Consultant
OmniTI Computer Consulting, Inc. -- http://www.omniti.com/
Phone: +1 410 872 4910 x201 Fax: +1 410 872 4911
1024D/82844984/95FD 30F1 489E 4613 F22E 491A 7E88 364C 8284 4984
2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to