Re: mod_perl presence at OSCON (and other CONs) is at danger

2004-06-13 Thread James.Q.L
> But the Greatest Gift of All: An MP Solutions Map > == > I think that perhaps the single resource with the greatest impact that > we can provide to new users is a map of the available > technologies/approaches to providing solutions using MP. The

Re: mod_perl presence at OSCON (and other CONs) is at danger

2004-06-09 Thread James.Q.L
--- Jie Gao <[EMAIL PROTECTED]> wrote: > > > I also likes Stef's idea about adding user comments for doc. hope it can happen. > > > > hmm, does mod_perl still have problem running for virtual hosts? people choose > > php over cgi > for > > obvious reason. > > Problem with virtual hosts? Like

Re: mod_perl presence at OSCON (and other CONs) is at danger

2004-06-08 Thread James.Q.L
Chris : > I personally think mod_perl's strengths are in its rich feature set. Only > after watching a few of Geoff's talks (and one of Stas's) did I realize > exactly what PHP developers are missing. They speak about things like > ties, closures, and globs. Plus, PHP is limited to the content gene

Re: snmp session and alarm

2004-03-12 Thread James.Q.L
--- Stas Bekman <[EMAIL PROTECTED]> wrote: > James.Q.L wrote: > > my apology. > > > > i was thinking that was a problem with mod_perl somewhere in my code since the > > same snmp query > > result is the same as the next one. > > It's poss

Re: snmp session and alarm

2004-03-11 Thread James.Q.L
my apology. i was thinking that was a problem with mod_perl somewhere in my code since the same snmp query result is the same as the next one. Qiang --- Stas Bekman <[EMAIL PROTECTED]> wrote: > James.Q.L wrote: > > Hello, > > > > i am using snmp and alarm toget

snmp session and alarm

2004-03-11 Thread James.Q.L
Hello, i am using snmp and alarm together to timeout a snmp query( to printer ). however, once a timeout happens with an alarm, the next snmp query with a different snmp session always inherit the previous failed snmp query result. i also use the timeout property in snmp, but it doesn't seem t

index.pl won't executed with mod_perl and apache

2003-12-18 Thread James.Q.L
hello, i have asked this question on apache group and irc. no one has come to a answer yet. hope people here will help me with it. i have a directory which execute mod_perl program. i want to requestion site.com/printer/ and index.pl get executed. however i got directory listing instead. reques