Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: GM too slow....., to parse...?

Quote Reply
Re: GM too slow....., to parse...? In reply to
Hi,

Your best bet to improve performance is to use a persistant environment like mod_perl or speedycgi. This will dramatically improve response times as when a user makes a connection, perl is already loaded, the script is already compiled, and the database connection is already connected.

If you are serious about that sort of loads, you should be running under a proxied environment, with your application server separate from your web server. You may also consider separating your database server to a separate machine.

If you are interested in getting this setup optimally to handle very large loads, contact info@gossamer-threads.com for more information on our system consulting services.

Cheers,

Alex

--
Gossamer Threads Inc.
Subject Author Views Date
Thread GM too slow....., to parse...? softcury 1693 Apr 16, 2001, 3:42 PM
Thread Re: GM too slow....., to parse...?
Paul 1651 Apr 16, 2001, 3:47 PM
Post Re: GM too slow....., to parse...?
softcury 1655 Apr 16, 2001, 3:54 PM
Post Re: GM too slow....., to parse...?
Alex 1640 Apr 17, 2001, 1:32 PM