From adffaces-user-return-747-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Sat Aug 19 18:24:19 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 60209 invoked from network); 19 Aug 2006 18:24:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Aug 2006 18:24:19 -0000 Received: (qmail 11617 invoked by uid 500); 19 Aug 2006 18:24:18 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 11602 invoked by uid 500); 19 Aug 2006 18:24:18 -0000 Mailing-List: contact adffaces-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-user@incubator.apache.org Delivered-To: mailing list adffaces-user@incubator.apache.org Received: (qmail 11593 invoked by uid 99); 19 Aug 2006 18:24:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Aug 2006 11:24:18 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mkienenb@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Aug 2006 11:24:18 -0700 Received: by nf-out-0910.google.com with SMTP id x4so1642143nfb for ; Sat, 19 Aug 2006 11:23:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pjWiKeY7PGeb6GZbHcHkL108kYJy3ZdmivDBCwbzh+DR4UAlqPK8UmdJ8riO6Ux9a1DYfCc/YT4wK7KN7ot4JLwJOL1IAkvK6dBs32ltvC47gt675AzXdGEfcOFW85I5EQHNUamv+kPUWYOTyV85YsGnmSOWdnd5MaYWJZyVSgs= Received: by 10.48.202.19 with SMTP id z19mr5523649nff; Sat, 19 Aug 2006 11:23:56 -0700 (PDT) Received: by 10.78.170.1 with HTTP; Sat, 19 Aug 2006 11:23:56 -0700 (PDT) Message-ID: <8f985b960608191123g224d21fap3ef537dc8c0b3b66@mail.gmail.com> Date: Sat, 19 Aug 2006 14:23:56 -0400 From: "Mike Kienenberger" To: adffaces-user@incubator.apache.org Subject: Re: Combining Trinidad and Tomahawk in single web app In-Reply-To: <19a316500608191113h75af0e42jfeb951dde6b4352e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19a316500608191113h75af0e42jfeb951dde6b4352e@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/19/06, Mikhail Grushinskiy wrote: > To achieve decent performance with Tomahawk state saving has to be set to > "server" and serialization turned off. Until you do your own testing, that's speculation. What's true is that server-side state saving is faster but consumes more memory. What's unknown is whether the difference is significant for your particular application.