ANNOUCE: Loggerithim 6.4.1

2003-09-02 Thread Cory 'G' Watson
ftp_putfile task - Add support for 'qfe' cards in Solaris - Add experimental solaris_devices plugin for CPU info and disk error detection - misc cleanups For more information visit: http://www.loggerithim.org Cory 'G' Watson http://www.loggerithim.org -- Reporting bugs: http://perl.apache.org

ANNOUNCE: Loggerithim 6.4.0

2003-08-22 Thread Cory 'G' Watson
. There are likely some rough edges, but they will be quickly smoothed. For more information, visit: http://www.loggerithim.org Cory 'G' Watson http://www.loggerithim.org -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re: Odd Reload Behavior

2003-08-17 Thread Cory 'G' Watson
On Sat, 2003-08-16 at 01:46, Cory 'G' Watson wrote: Well, first of all, you're just asking for trouble if you turn on PerlFreshRestart. Don't do it. I forget why I added it. My (poor) memory seems to recall something from the Eagle book causing me to add it. I'd never seen the 'evil

Re: Odd Reload Behavior

2003-08-16 Thread Cory 'G' Watson
switches and localized it to PerlFreshRestart being on. When I turn it off, the eval() happens _before_ my startup.pl use() and subsequence call to App-load(). So this long-winded explanation is for the archives, and also to get an idea as to why this happens. Thanks! :) Cory 'G' Watson Cory

Odd Reload Behavior

2003-08-15 Thread Cory 'G' Watson
for errors. The second phase seems to cause my global hash to get undef'ed, even though the loadPages() method works properly. I can divulge more code if necessary, but perhaps someone can clue me into why this happens. Cory 'G' Watson http://www.loggerithim.org -- Reporting bugs: http

Re: Odd Reload Behavior

2003-08-15 Thread Cory 'G' Watson
Data::Dumper's the hash, there is something in it, but it disappears between the first load and the first request. It looks like Perl sections are executed twice, but this shouldn't cause the variable to go undefined. Cory 'G' Watson http://www.loggerithim.org -- Reporting bugs: http

Re: Optimising cache performance

2003-03-07 Thread Cory 'G' Watson
of all my objects which, when it is called, removes any cached copies of the object. That's how I stay up to date. Cory 'G' Watson http://gcdb.spleck.net

Re: Optimising cache performance

2003-03-07 Thread Cory 'G' Watson
On Friday, March 7, 2003, at 02:20 PM, Perrin Harkins wrote: Cory 'G' Watson wrote: I'm not sure if my way would fit in with your objects Clinton, but I have some code in the commit() method of all my objects which, when it is called, removes any cached copies of the object. That's how I

ANNOUNCE: Loggerithim 6.3.1

2003-02-27 Thread Cory 'G' Watson
consult Appendix C of the documentation. Cory 'G' Watson http://gcdb.spleck.net

Re: Table/row locking with Apache::Session::Mysql /Apache::Session::Flex

2003-02-25 Thread Cory 'G' Watson
::Session::File, but I would much prefer using the Postgres module, as it complicates my user's installation. Could the MySQL and Pg implementations have the same problem? Cory 'G' Watson http://gcdb.spleck.net

ANNOUNCE: Loggerithim 6.3.0

2003-02-24 Thread Cory 'G' Watson
). Upgrading users can consult Appendix C of the documentation. Cory 'G' Watson http://gcdb.spleck.net

Re: Help installing mod_perl 1.27 and apache 1.3.27. newbie question.

2003-02-20 Thread Cory 'G' Watson
] Shall I build httpd in ../apache_1.3.27/src for you? [y] sh: make: not found It can't find the 'make' program. You either need to install make, or, if it is isntalled, make sure it's in your $PATH. Cory 'G' Watson http://gcdb.spleck.net

ANNOUNCE: Loggerithim 6.2.2

2003-02-17 Thread Cory 'G' Watson
, proactively spot problems, perform post-mortems, throw alerts when bad (or good) things happen, and automate routine tasks. As always, please report any problems to the appropriate mailing list (see the website). Upgrading users can consult Appendix C of the documentation. Cory 'G' Watson

ANNOUNCE: Loggerithim 6.2.1

2003-02-14 Thread Cory 'G' Watson
spot problems, perform post-mortems, throw alerts when bad (or good) things happen, and automate routine tasks. As always, please report any problems to the appropriate mailing list (see the website). Upgrading users can consult Appendix C of the documentation. Cory 'G' Watson http

ANNOUNCE: Loggerithim 6.2.0

2003-02-06 Thread Cory 'G' Watson
! Cory 'G' Watson http://gcdb.spleck.net

ANNOUNCE: Loggerithim 6.1.4

2003-01-21 Thread Cory 'G' Watson
appreciate feedback from the mod_perl crowd. I'm impressed with the work of others on the list and I welcome your opinions. Expect rough edges and broken pieces as very few people have run it outside of my office. Mailing lists are available for anyone interested, see the website. Thanks! Cory 'G

Re: [OT] Perl vs. PHP..... but where is mod_perl?

2002-10-18 Thread Cory 'G' Watson
. But damn, that's just an ignorant article. I do wonder what sparked them pulling it out. -- Cory 'G' Watson

Re: [OT] Perl vs. PHP..... but where is mod_perl?

2002-10-18 Thread Cory 'G' Watson
an AccessHandler or Authorization handler that quietly protects my app's innards. But for folks who are just throwing a page up, and have PHP services available with an ISP/host, I can understand it's use. -- Cory 'G' Watson

Re: IPC::MM and mod_perl

2002-07-26 Thread Cory 'G' Watson
-- Cory 'G' Watson Hack, lest ye rust.