>
> If you don't HAVE to, I would recommend:
>
> 1. Use FreeBSD, not linux.
> 2. Use mSQL or mySQL, there's less processing
> overhead.
> 3. Tomcat 3.2.1 has performance improvements over
> 3.1. (3.3 is cleaner still, but I'm guesing you won't want
> to use a milestone build)
>
Mike,

I don't want to start an off-topic thread on this but #2 is poor advice if you don't 
know what types of transactions are going to be
needed in the app. There is a reason Oracle is used by very large companies for very 
large databases.

AFAIK neither of mSQL nor mySQL support transactions nor a host of other "real" 
database features. I understand they are great for
dbs where, for the most part, all the users are doing is queries and not updates.

Also, while it makes sense that the missing features should make them quite fast there 
is evidence to cast doubt on that (at least
for multi-user environments) here: http://www.phpbuilder.com/columns/tim20001112.php3



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to