Re: Apache::ASP #include file

2000-08-26 Thread joel reed
On Aug 26, [EMAIL PROTECTED] contorted a few electrons to say... Philip> > Philip Mak wrote: Philip> > > Philip> > > Recently, I reinstalled mod_perl and Apache::ASP on my system in order to Philip> > > fix a problem I was having with ASP not using the new version of perl on Philip> > > my system

Re: mod_perl weaknesses? help me build a case....

2000-04-05 Thread Joel Reed
On Apr 05, [EMAIL PROTECTED] hacked the bitstream to say... Soulhuntre> Hiya! Soulhuntre> 1) It is VERY easy to have arcane errors in mod_perl code, and that code is Soulhuntre> not as easily debugged as one could hope. While it seems that we can be very Soulhuntre> careful with our own code and

[OT] javascript to perlscript porting tool

2000-04-03 Thread Joel Reed
I've posted a simple program that may help you if you're trying to port windoze javascript-based ASP pages to Apache::ASP. you can find it here... http://ruby.ddiworld.com/jreed/web/software/asp2pl.html jr -- Joel W. Reed

Re: [PATCH] hack for $App obj in memory take 2 (config opt)

2000-03-29 Thread Joel Reed
On Mar 29, [EMAIL PROTECTED] hacked the bitstream to say... Joshua> Joel Reed wrote: Joshua> > Joshua> > i'm not sure if anyone will ever find this useful but this makes Joshua> > $Application a per-process global var if you prefer that. this is Joshua> > probably

[PATCH] hack for $App obj in memory take 2 (config opt)

2000-03-29 Thread Joel Reed
i'm not sure if anyone will ever find this useful but this makes $Application a per-process global var if you prefer that. this is probably terribly coded but it works for what i need (i'm definitely not a perl guru). please suggest improvement if you can ;) need PerlSetVar AppDataPerPr

Re: [PATCH] in memory $Application object for Apache::ASP

2000-03-29 Thread Joel Reed
On Mar 29, [EMAIL PROTECTED] hacked the bitstream to say... modperl> Joshua> What you don't get here is interprocess communication modperl> Joshua> which is what the use of $Application is geared for, that modperl> Joshua> the data is stored is some process neutral location, so modperl> Joshua> we

Re: [PATCH] in memory $Application object for Apache::ASP

2000-03-29 Thread Joel Reed
On Mar 29, [EMAIL PROTECTED] hacked the bitstream to say... Joshua> Joel Reed wrote: Joshua> > Joshua> > this may be a dumb patch to Apache::ASP (at least it is my first). Joshua> > Joshua> > Rationale: Joshua> > Joshua> > i have the following is

[PATCH] in memory $Application object for Apache::ASP

2000-03-28 Thread Joel Reed
this may be a dumb patch to Apache::ASP (at least it is my first). Rationale: i have the following issues with the current implementation of $Application 1. everything you store in $Application->{foo} must be serializable my MLDBM. (right?) i have SWIG'd c++ classes for