Re: compiling troubles on Solaris 8

2001-08-05 Thread Bryan McGuire
Sun wants to sell you it's Forte for C (formerly known as the Sun Workshop compiler). There's a hundred reasons to use the sun compiler over gcc, and one pretty big reason why you you don't want to use it. If you can get it into your budget, by all means go for the real Sun compiler. It

RE: Bug in Apache::ASP XMLSubs when an argument includes ''-characte rs?

2000-08-28 Thread Bryan McGuire
What 'bout $sv=$$hashref{key} instead of $sv=$hashref-{key}? It's one less character of typing so it's easier on your fingers too! -Original Message- From: Henrik Tougaard [mailto:[EMAIL PROTECTED]] Sent: Monday, August 28, 2000 4:59 AM To: '[EMAIL PROTECTED]' Cc: 'Joshua Chamas'

RE: Problem with form data using mod_perl and CGI.pm

2000-08-14 Thread Bryan McGuire
"perldoc perlref" addresses the nested subroutine problem, and suggests using something like this: local *printQueryParams = sub { instead of this: sub printQueryParams { The assignment to the typeglob is pretty slick in that it let's you call the anonymous subroutine as if it were a

Re: Apache::Session : DBI-Too many connections

2000-07-29 Thread Bryan McGuire
Mysql accepts a maximum of 100 connections. This probably means you have MaxClients set at a number larger than this. If you are serving all of your files, including static html and graphics, through one mod_perl enabled apache, run the top command and prepare to pick your jaw off the floor.

Re: What's next for Apache::Session

2000-04-28 Thread Bryan McGuire
ditto! - Original Message - From: Igor Chudov @ home [EMAIL PROTECTED] To: Jeffrey W. Baker [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, April 28, 2000 8:11 PM Subject: Re: What's next for Apache::Session reuse of already open database handles is what I was parying for. I use

[slightly OT] redhat linux 6.1

2000-04-04 Thread Bryan McGuire
Has anyone built RPMsfor redhat 6.1 with apache/1.3.9 and mod_perl 1.2.2 where DSO actually works. If not, I would like to know how to do it.It's a shame that redhat linux 6.1is shipping with a broken mod_perl, and I believe it would help the cause for mod_perlif linux 6.1 users could