> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Frequently, webapps do relatively minor processing, with the > brunt of the work being performed in a data base engine > (usually running on a separate system).
To me, the database is one of the more interesting places to use GPUs. Half a gigabyte of very fast RAM and some high speed simple processors is a good place to put some critical data that you want to search. Because of the architecture of a typical GPU, it seems unlikely that it's the best place to process complex threaded code, even if (say) the JVM could make use of it. - Peter --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]