> I think you may need to dig deeper into the whole authentication
> process, but I don't think that SM is the bad guy here. I think your
> issue is between IMAP and LDAP.

I disagree.  That IMAP/LDAP work happens *every time a user clicks,* not
just on the initial login.  Something else is going on here.  What's
different about the login process versus any other click?

1) A PHP session is created. (Unless you visit the login page first, in
which case, it happens there.)
2) 3 pages are requested instead of one: webmail.php, left_main.php and
right_main.php.  3 times the PHP for one request could very well be the
problem.
3) Anything else?  I don't think anything significant happens...?

> You asked so I will tell you. My system at this writing is 99.6% idle
> and there are currently 2000+ users logged into IMAP either through
> their local clients or SM.

Right.  I think the problem Lesli's running into is simply a matter of
concurrency: when the concurrent user pool is low, so's the load average. 
Higher concurrency, higher load.  500 concurrent users (in other words,
500 page views (not hits) a second) is a *lot* of traffic for any single
box to handle.  On our pool of 5,000 users, only about 1100 a day use web
mail, and then, the connections max out at about 15(!) concurrently.  At
this point, each of our three load-balanced boxes sits at about 40%.

John




-- 
John Madden
UNIX Systems Engineer
Ivy Tech State College
[EMAIL PROTECTED]




-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to