From owner-freebsd-questions Wed Jul 25 23: 8:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 614BC37B401 for ; Wed, 25 Jul 2001 23:08:20 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f6Q67m847449; Wed, 25 Jul 2001 23:07:48 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Andrew Reid" , "John Martinez" Cc: "Clayton Tycksen" , Subject: RE: web email Date: Wed, 25 Jul 2001 23:07:48 -0700 Message-ID: <006301c11599$4b9c5240$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: <996094507.6701.17.camel@percible.alfred.cx> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've been working on a "recipe" for installing IMP and I've given it out to a few people who seem to have found it of value. The docs that are supplied with it are pretty bad as far as setting it up. Andrew would you post your Perl script to pull out sessions from the database? Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Andrew Reid >Sent: Wednesday, July 25, 2001 1:55 PM >To: John Martinez >Cc: Clayton Tycksen; freebsd-questions@FreeBSD.ORG >Subject: Re: web email > > >On 25 Jul 2001 17:01:11 -0700, John Martinez wrote: > >> I'm going to be playing with IMP pretty soon on my FreeBSD 4.3 server. >> >> http://www.horde.org/imp/ >> >> Don't think it's in the ports collection, though (at least I couldn't >> find it). I have a friend who runs it in FreeBSD and likes it. > >IMP is excellent. You do have to watch out for one thing that can slow >down you SQL database: > >As IMP 2.2 uses PHPLib (http://phplib.netuse.de) for session management, >state sessions can quickly mount up in the SQL database, causing some >performance issues. > >There are two ways to go about it. Ones prevention, and the other's a >cure. One would prevent this from happening by ensuring "Logout" was >"clicked" every time a user finishes their session. This causes PHPLib >to remove the session data from the SQL database. > >The cure is to write a bit of ([Pp]erl|[Pp]ython) to login and remove >all the sessions (in the middle of the night, of course). > >That problem only really surfaces when you've got more than about 200 >users accessing it regularly. I base my knowledge on experience with a >system with ~1000 regular users. That's fairly small compared to some of >the sites that IMP runs on :-) > > - andrew > >-- >void signature () { > cout << "Andrew Reid -- andrew.reid@plug.cx" << endl ; > cout << "Cell: +61 401 946 813" << endl; > cout << "Quidquid latine dictum sit, altum viditur" << endl; >} > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message