When I'm testing my applications, they run just fine. However, when there is more than one user, they can slow to a crawl. The slowdown is intermittent. I was wondering if it has anything to do with cacheing pages. I'm using a MySQL database with MyISAM tables. The web server is IIS 6 (secured, as in https) running under Windows Server 2003 Enterprise. Has anyone run into this before? Does anyone have any ideas as to what may be causing it? Thanks in advance.
Never mind. Switching to Apache solved the problem.