> 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
> From: James Law [mailto:[EMAIL PROTECTED]
> Subject: GPGPU and Tomcat
>
> Would Tomcat see any benefits from implementing gpgpu support
> in the way that the distributed project "Folding" has seen?
Tomcat is pure Java (except for the APR connector), so any such support would
have to be in the J