phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] Howto optimize phpgw for speed


From: Dan Kuykendall
Subject: Re: [Phpgroupware-users] Howto optimize phpgw for speed
Date: Tue, 04 Feb 2003 13:07:49 -0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126

even squirrelmail isnt as fast as I would like. But they certainly have done better than using normal PHP imap.

dbmail looks very interesting. I could easily see having a more integrated solution by sharing their account table and such. Could also end our need to store the users password in plain text if we could get to the tables directly.

All this as an optional choice of course

Dan

Alex Borges (lex) wrote:
This would mean favoring a particular db layout over imap....no good, in
my opinion. IMAP php clients can be done fast as squirrelmail has
proven... its just that we are not. Time to work, thats all.

El mar, 04-02-2003 a las 14:35, Brian Jackson escribió:

On Tuesday 04 February 2003 02:09 pm, Dan Kuykendall wrote:

Chris Weiss wrote:

I don't think there is a hard limit on the sessions, but just imaging
trying to stuff my 200meg archive folder in there, sounds like trouble
waiting to happen.

Yes, this is a good point. The thing that sucks is that certain apps
(possibly only email) ends up having its own crazy caching scheme.

I wish we could just find an IMAP server that used a SQL database
instead of Mailbox or Maildir. Then we could read it dirtectly and end
up with decent performance.

you do know about dbmail don't you?

http://www.dbmail.org


Dan Kuykendall (address@hidden) wrote*:

This is a good point, but your not completely correct either. It simply
takes the use of a share file location for the sessions files. So if you
use nfs or whatever and in the php.ini dictate that the sesion files be
kept on the share, then you can do load balancing just fine.

If people still feel that db sessions have some benefit, then I wont
fight to remove it. It doesnt matter to me that much.

in that case, the only benifit left is sessions tracking, which is a lot
harder to do with php4 sessions.

Yes, and this is a very valid issue.



_______________________________________________
Phpgroupware-users mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/phpgroupware-users



_______________________________________________
Phpgroupware-users mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/phpgroupware-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]