Re: Question About Web Site Speed
- Posted by Robert Craig <rds at RapidEuphoria.com> Jul 13, 2005
- 481 views
cklester wrote: > That's my main concern, is how well can Apache+Euphoria handle traffic > compared to the Apache+PHP combo. If Apache is the determinant, then > PHP vs. Euphoria doesn't matter... except Euphoria will kick PHPs buttoxen > in the time trials and thereby win. If Euphoria can't handle more than one > connection at a time but PHP can, that might be the criteria. I hope somebody > knows. :) You can have multiple Euphoria CGI programs executing at the same time, handling requests from multiple users. They run as separate processes under Linux or Windows or FreeBSD. I can see it happen in my debug logs with the EUforum search. One person will start a search, and before it finishes another person might start a different search, so you've got two searches running at the same time. The lack of threads just means you can't easily have *one program* handling multiple requests at the same time by itself. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com