Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 76716 invoked from network); 27 Nov 2008 15:54:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2008 15:54:32 -0000 Received: (qmail 23662 invoked by uid 500); 27 Nov 2008 15:54:31 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 23629 invoked by uid 500); 27 Nov 2008 15:54:31 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 23618 invoked by uid 99); 27 Nov 2008 15:54:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2008 07:54:31 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.61.61.105] (HELO usea-naimss3.unisys.com) (192.61.61.105) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2008 15:53:02 +0000 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.16]) by usea-naimss3 with InterScan Message Security Suite; Thu, 27 Nov 2008 09:53:48 -0600 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.51]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 27 Nov 2008 09:53:47 -0600 Received: from usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 27 Nov 2008 09:53:47 -0600 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.38]) by usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) with mapi; Thu, 27 Nov 2008 09:53:47 -0600 From: "Caldarale, Charles R" To: Tomcat Users List Date: Thu, 27 Nov 2008 09:53:46 -0600 Subject: RE: GPGPU and Tomcat Thread-Topic: GPGPU and Tomcat Thread-Index: AclQePKQ4cl10n6hRsKq9dQcpzhosQALgmgw Message-ID: <0AAE5AB84B013E45A7B61CB66943C17215A3D846D2@USEA-EXCH7.na.uis.unisys.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 27 Nov 2008 15:53:47.0387 (UTC) FILETIME=[556044B0:01C950A8] X-Virus-Checked: Checked by ClamAV on apache.org > From: James Law [mailto:JLaw@generic-software.com] > 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 wou= ld have to be in the JVM, not Tomcat itself. > I find GPGPU quite fascinating subject and for what I can understand > tomcat could potentially see benefits from having massive amounts of > parallel processing power available. Whether or not any particular application would benefit depends on the char= acteristics of that application. Frequently, webapps do relatively minor p= rocessing, with the brunt of the work being performed in a data base engine= (usually running on a separate system). The exception is handling SOAP or= similar protocols that require extensive (and expensive) parsing. Also, the server boxes Tomcat is typically run on in production environment= s tend to have very minimal GPUs, since they are not used directly by any G= UI software. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL and is thus for use only by the intended recipient. If you received = this in error, please contact the sender and delete the e-mail and its atta= chments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org