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 10:41:17 -0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126

Chris Weiss wrote:
Dan Kuykendall (address@hidden) wrote*:

mailbox contents was often impossible. However with PHP4 sessions we no
longer have that issue (btw I may work to yank db sessions in the next
version since it offers very little benefit and causes lots of hassles).


um, php4 sessions are not a great solution either there is a still a limit 
without
affecting performance, and it's not persistable.  Angles is using a table for 
the
important parts of the headers, and is planning on implementing a file cache to
compliment that for the raw emails.  This will also allow for some very fast and
flexable sorting and filtering.

I wasnt aware of a size limit of the sessions files. I will have to look that up.

I'd like to ask that DB sessions remain, scalability!  With db sessions and no
cookies you can have a true load balanced server farm and it won't matter which 
web
server handles which request, the session is with the data so it can "restore" 
the
users sessions on any web server with the right sessionsid.  With php4 sessions
you're screwed.

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.

Dan





reply via email to

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