> Anyone know what the maximum number of accounts Imail can handle using an > external SQL database? I am currently at 12,000 and just wondering if > anyone is at or above that level?
Users <> usage. This cannot be repeated enough, apparently. :) You're not going to run out of rows in your DB--that's not the bottleneck. The 'neck is the ODBC traffic, which is proportional to incoming/outgoing messages, authentications, web page refreshes, etc. So your server's utilization is what's in question, and that's where your modeling needs to happen. -Sandy ------------------------------------ Sanford Whiteman, Chief Technologist Broadleaf Systems, a division of Cypress Integrated Systems, Inc. e-mail: [EMAIL PROTECTED] ------------------------------------ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
