Re: Found a sprintf() bug inPerl 5.6.1 (and mod_perl)

2002-04-15 Thread Richard Dice
> I know that roundings are often tricky from language to language (Javascript > has not the same rules for example and a small solid state calculator has > different ones also). . . . > And in Perl I found these rules not very consistent. The effect that you have discovered has nothing to do w

Re: AddModule mod_perl.c

2002-03-24 Thread Richard Dice
includes a bunch of outside dependancies. You'll always be faced with challenges when it comes to administering a Perl site of any degree of complexity, and that includes mod_perl. But once you learn the ins and outs, it's really not so bad. Be willing to learn. That's the be

Re: Installing Perl::Magick

2002-02-19 Thread Richard Dice
.2.3-1Image manipulation library (free version). (The above list edited to remove matches that don't have anything to do with ImageMagick.) Maybe you use a RPM-based system... check out http://rpmfind.net/ in order to track down which package contains the file you need. Cheers

Re: OT: Internal server error on Refreshing mod_perl page ( Apache::ASP)

2001-11-10 Thread Richard Dice
ly that the ASP code that anyone is about to give you is ASP/PScript or ASP/PerlScript code. Sorry. Cheers, Richard -- Richard Dice * Personal 416 841 7365 * Fax 416 841 7364 ShadNet Creator * http://shadnet.shad.ca/ * [EMAIL PROTECTED] Occasional Writer, HotWired * http://www.hotwired.com/webmonkey/ "squeeze the world 'til it's small enough to join us heel to toe" - jesus jones

Re: BOF?

2001-07-14 Thread Richard Dice
my schedule. By all means, get pissed up ASAP. It'll make it easier for me to keep up with the rest of you the more hungover you all are when I catch up. :-) -- ---- Richard Dice * Personal 416 841 7365 * Fax 416 841

Re: BOF?

2001-07-14 Thread Richard Dice
-up"... I don't think I'll need a repeat anytime soon. Still, I'm sure the company would be fun. :-) Cheers, - Richard -- ---- Richard Dice * Personal 416 841 7365 * Fax 416 841 7364 ShadNet Creato

Re: PERL.COM, ORA and Songline mailservers SUCK!

2001-05-03 Thread Richard Dice
gt; > I've been trying for THREE DAYS to email SOMEBODY at PERL.COM about taking > out a damn ad in their Perl.Com newsletter. > > . > . > . > > FRUSTRATED AS HELL, > > -Jesse- -- -------

Re: Fw: Re: [OT] ApacheCon BOF

2001-03-22 Thread Richard Dice
s, Richard -- ---- Richard Dice * Personal 519 635 9568 * Fax 519 635 9569 ShadNet Creator * http://shadnet.shad.ca/ * [EMAIL PROTECTED] Occasional Writer, HotWired * http://www.hotwired.com/webmonkey/ "squeeze the world 'til it's small enough to join us heel to toe" - jesus jones

Re: Whither gozer?

2001-01-13 Thread Richard Dice
> Try: > > http://www.smartworker.com/projects/financial.html I think you mean www.smartworker.org > which gives: > > [EMAIL PROTECTED] You can also try [EMAIL PROTECTED] Cheers, Richard

more thoughts on modperl-based threaded discussion forum code

2000-12-14 Thread Richard Dice
or. Which is a shame, because at heart, it rocks. (Remember that whole bit regarding enterprise application API stuff in Perl in the "advocacy" thread of last week? SmartWorker is _it_!) Cheers, Richard -- ------

Re: Advocacy idea ...

2000-12-14 Thread Richard Dice
to hear about it. It might save me some work. FWIW... Cheers, Richard -- -------- Richard Dice * Personal 519 635 9568 * Fax 519 635 9569 ShadNet Creator * http://shadnet.shad.ca/ * [EMAIL PROTECTED] Occasional Writer, H

Re: open/opendir/readdir fail under latest perl/mod_perl/apache

2000-12-11 Thread Richard Dice
ove(0x08300758, 0x08300754, 4, 0x0810a1ac, 0x08263cf4) = 0x08300758 malloc(6) = 0x085340d8 memmove(0x085340d8, 0x0816c0e1, 5, 0x4018d48c, 0x085890d4) = 0x085340d8 strcmp("SCALAR", "Apache")= 18 strcmp("Apache", &qu

Re: open/opendir/readdir fail under latest perl/mod_perl/apache

2000-12-11 Thread Richard Dice
race a go... sure, it yields a few gigabytes of log information, but you gotta do what you gotta do... Cheers, - Richard -- -------- Richard Dice * Personal 519 635 9568 * Fax 519 635 9569 ShadNet Creator * http://s

open/opendir/readdir fail under latest perl/mod_perl/apache

2000-12-11 Thread Richard Dice
Everyone: Here's something that myself and my sysadmin guy have been working on for a bit: opendir appears to be broken for us on a new Apache/mod_perl installation. We've tried checking out the mailing list archives but nothing jumpped out at us along these lines. Any ideas from anyone? (much

Re: mod_perl training (was Re: Certification)

2000-12-08 Thread Richard Dice
m sure there will be mod_perl courses available somehow, someday. 5000(0(0?)?) mod_perl hackers can't be wrong. :-) Cheers, Richard -- Richard Dice * Personal 519 635 9568 * Fax 519 635 9569 ShadNet Creator * http://shadnet.shad.ca/ * [EMAIL PROTECTED] Occasional Writer,

Re: ApacheCon Europe - thoughts please ?

2000-07-23 Thread Richard Dice
, and are looking for an appropriate work/risk/reward pay-off as well. I don't think you're being a scruge. It's a lot of money to be looking at -- I know. :-) History will show whether I get up the guts to write the cheque myself. Cheers, Richard -- ---------

Re: Persistent database connections

2000-07-10 Thread Richard Dice
rsistent database connections won't entirely be realized until you've "saturated" your pool of Apache children, achieving a steady-state where all your children have a cached persistent database connection. Cheers, Richard -- ----

Re: Apache/mod_perl

2000-07-06 Thread Richard Dice
script just does not get cached. This would be an easy enough experiment to do, unless someone wants to speak out and be an Authoritative Source prior to someone actually running the experiment. :-) Cheers, Richard -- --------

Re: Apache/mod_perl

2000-07-06 Thread Richard Dice
o mod_perl Porting. mod_perl Coding guidelines. http://perl.apache.org/guide/porting.html Apache::PerlRun http://perl.apache.org/guide/porting.html#Apache_PerlRun_a_closer_look Cheers, Richard -- Richard Dice * Perso

Re: global variables in mod_perl

2000-06-29 Thread Richard Dice
, but you are randomly hitting different child processes each time you access your web server. The solution to this problem depends on what your goal is with this program. Cheers, Richard -- ---- Richard Dice * Personal 514

Re: cleaning old Apache::Session's

2000-06-01 Thread Richard Dice
es based on that information. Isn't life ugly when you don't have a timestamp type in your dbms? :-) Cheers, Richard ---- Richard Dice * Personal 514 816 9568 * Fax 514 816 9569 ShadNet Creator * http://shadnet.shad.

Re: cleaning old Apache::Session's

2000-06-01 Thread Richard Dice
amp column as well. Your program can use that as a basis upon which to delete rows. Cheers, Richard -------- Richard Dice * Personal 514 816 9568 * Fax 514 816 9569 ShadNet Creator * http://shadnet.shad.ca/ * [EMA

Apache::Session::Pg & blob support?

2000-05-26 Thread Richard Dice
e what the status of this would be. Cheers, Richard -------- Richard Dice * Personal 514 816 9568 * Fax 514 816 9569 ShadNet Creator * http://shadnet.shad.ca/ * [EMAIL PROTECTED] Occasional Writer, HotWired * http://w

Re: [excitement :)] mod_perl rocks!

2000-05-08 Thread Richard Dice
gt; > > BTW, Apache holds 61.53% of the server market share!!! > > http://www.netcraft.co.uk/survey/ > > > Does this have as much to do with the growth of the 'net as with the > popularity of mod_perl> > ---

Re: PerlAddVar ?

2000-05-01 Thread Richard Dice
might be a good idea. Cheers, Richard -------- Richard Dice * Personal 514 816 9568 * Fax 514 816 9569 ShadNet Creator * http://shadnet.shad.ca/ * [EMAIL PROTECTED] Occasional Writer, HotWired * http://www.hotwired.com/webmonkey/ "squeeze the world &

Re: PerlAddVar ?

2000-05-01 Thread Richard Dice
zed to , etc. blocks, even) At least, something along these lines would cut down on the amount of configuration syntax that would needed to be coped with. Cheers, Richard Richard Dice * Personal 514 816 9568 * Fax 514 816 9569 ShadNet Creator * http://shadnet.shad.ca/ * [EMAIL PROTECTED] Occasional Writer, HotWired * http://www.hotwired.com/webmonkey/ "squeeze the world 'til it's small enough to join us heel to toe" - jesus jones

Re: Installing mod_perl when other things are required, too.

2000-04-23 Thread Richard Dice
to come up with the implementation yourself). Cheers, Richard -------- Richard Dice * Personal 514 816 9568 * Fax 514 816 9569 ShadNet Creator * http://shadnet.shad.ca/ * [EMAIL PROTECTED] Occasional Writer, HotWired * http://www.

Re: JOB OPENINGS -- INDIANAPOLIS

2000-02-01 Thread Richard Dice
reciates that a number of people on this list could benefit from seeing this kind of information posted here. And information for the benefit of the people on this list is what this list is all about, whatever form it may take. Cheers, Richard --

Re: HTTP_REFERER is gone under Mod_Perl and EmbPerl!

1999-12-06 Thread Richard Dice
king on any plain old link will, too. But bookmarks and typing directly into the location line and hitting ENTER won't. Glad to be of help. Cheers, Richard ----- Richard Dice * Personal 514 816 9568 * Fax 514 816 9569 O

Re: HTTP_REFERER is gone under Mod_Perl and EmbPerl!

1999-12-06 Thread Richard Dice
If you use a bookmark or are typing it directly into the location line, you won't get this environment variable. Cheers, Richard ----- Richard Dice * Personal 514 816 9568 * Fax 514 816 9569 Open Source Evangelist, HBE Soft

Re: mod_perl Programmers demand is going up...

1999-12-03 Thread Richard Dice
ppropriately, etc. Everyone's walking a fine line in so many regards... we all just try to do our best. Cheers, Richard ----- Richard Dice * Personal 514 816 9568 * Fax 514 816 9569 Open Source Evangelist, HBE Software * http

Re: mod_perl Programmers demand is going up...

1999-12-03 Thread Richard Dice
_perl, and yet it is not Apache::Registry. So... is that mod_perl programming? Cheers, Richard --------- Richard Dice * Personal 514 816 9568 * Fax 514 816 9569 Open Source Evangelist, HBE Software * http://www.hbesoftware.com

Re: mod_perl Programmers demand is going up...

1999-12-03 Thread Richard Dice
supply of skilled mod_perl people. Cheers, Richard --------- Richard Dice * Personal 514 816 9568 * Fax 514 816 9569 Open Source Evangelist, HBE Software * http://www.hbesoftware.com ShadNet Creator * http://shadnet.shad.ca/ * [

Interactive mod_perl debugging with ptkdb

1999-11-29 Thread Richard Dice
n order to get out. Note that this error is significant, as (it seems to me) it _should_ be calling &Apache::Registry::MANGLEDFILENAME::handler. It would be great if other people out there have had successful experiences with ptkdb and mod_perl (both Apache::Registry and regular-old Perl modules l

Re: The Spirit of the... Mailing List

1999-11-26 Thread Richard Dice
dumb things. *sigh* :-) ] Best regards, Richard -------- Richard Dice * Personal 514 816 9568 * Fax 514 816 9569 Open Source Evangelist, HBE Software * http://www.hbesoftware.com/ ShadNet Creator * http://shadnet.shad.ca/ * [EMAIL