Re: Summary: identifiying unique users

2003-09-17 Thread Patrick Mulvany
On Wed, Sep 17, 2003 at 08:39:58AM +0200, Frank Maas wrote: > Ged wrote: > >>> How to avoid multiple logins? > >>> > >>> The short answer is: you can't. > > > > Sure you can. Charge $10 per login. > > I don't want to clobber the list with non-technical trivia, but > even when you charge money,

Re: AIX perfomance

2003-09-15 Thread Patrick Mulvany
On Fri, Sep 12, 2003 at 04:12:00PM +0100, Ged Haywood wrote: > Hi there, > > On Fri, 12 Sep 2003, William McCabe wrote: > > > I've got a lot of experience with mod_perl on both linux and AIX and > > can state categorically that there are no typical conditions which > > would cause AIX run "strang

Re: [MP2] Strange slow MySQL queries

2003-09-08 Thread Patrick Mulvany
Hi, This looks more like a MySQL problem than a specific MP2 issue. However here are a couple of pointers. All the queries below are updates on the same table this would indicate to me you may be having a locking issue. What you need to do is locate the locking transaction it may be as simple

[Patch] Apache::DBI - correctly clean up handles and reset attributes

2003-07-22 Thread Patrick Mulvany
dle so begin_work + should now be safe. "Patrick Mulvany" <[EMAIL PROTECTED]> + 0.92-dev - Avoid use of uninitialized value warning under mod_perl 2. --- DBI.pm 2003-06-10 12:20:06.0 + +++ DBI.cleanup.pm 2003-07-21 09:22:34.0 + @@

Re: Large Data Set In Mod_Perl

2003-06-13 Thread Patrick Mulvany
On Wed, May 28, 2003 at 10:07:39PM -0400, Dale Lancaster wrote: > For the perl hash, I would key the hash on the combo of planet and date, > something like: > > my %Planets = ( > > jupiter=> { > "1900-01-01"=> ( "5h 39m 18s", "+22o > 4.0'", 28.922,

Re: mod_perl slower than expected?

2003-06-13 Thread Patrick Mulvany
On Fri, Jun 13, 2003 at 01:16:48PM +0800, Trevor Phillips wrote: > On Friday 13 June 2003 12:26, Perrin Harkins wrote: > > > > You're not giving us much to go on here. What kind of changes did you > > make? Can you verify that you are running the correct versions of the > > modules under mod_perl

[PATCH] Apache::DBI - AutoCommit => 1 and begin_work (inc example)

2003-06-12 Thread Patrick Mulvany
Hi, Came accross a bug when when trying to reduce creation of handles on a site. Currently Apache::DBI makes the assumption that it AutoCommit => 1 then the handle does not need cleaning up. This is not neccessariliy true as begin_work switches off the AutoCommit for one transaction. First tim

[PATCH] Apache::DBI - AutoCommit => 1 and begin_work

2003-06-10 Thread Patrick Mulvany
Hi, Came accross an issue when trying to reduce creation of handles on a site. Currently Apache::DBI makes the assumption that it AutoCommit => 1 then the handle does not need cleaning up. This is not neccessariliy true as begin_work switches of the AutoCommit for one transaction. To be safe t

Re: [mp2] win2000 + Apache::DBI + Oracle

2003-06-10 Thread Patrick Mulvany
On Tue, Jun 10, 2003 at 04:27:17PM +1000, Stas Bekman wrote: > Perrin Harkins wrote: > >On Tue, 2003-06-10 at 01:45, Stas Bekman wrote: > > > >>mp2+winFU => winnt MPM => no forking, only threads => Apache::DBI is > >>useless there. not only useless, but also wasteful, since it's going to > >>do w

Re: how to make sure code wasn't changed

2003-05-30 Thread Patrick Mulvany
On Thu, May 29, 2003 at 06:02:10PM -0700, Mike Zelina wrote: > Here's my question: has anyone setup a clever way, possibly using CRC/MD5 analysis, > to check to make sure code hasn't been changed? I don't care if someone steals it or > gives it to their friends, but I don't want the code to yield