Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 57456 invoked from network); 23 Apr 2006 12:20:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Apr 2006 12:20:43 -0000 Received: (qmail 80675 invoked by uid 500); 23 Apr 2006 12:20:34 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 80648 invoked by uid 500); 23 Apr 2006 12:20:34 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 80637 invoked by uid 99); 23 Apr 2006 12:20:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Apr 2006 05:20:34 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_00_10,HTML_MESSAGE,RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of wangzengverycool@gmail.com designates 64.233.166.180 as permitted sender) Received: from [64.233.166.180] (HELO pproxy.gmail.com) (64.233.166.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Apr 2006 05:20:33 -0700 Received: by pproxy.gmail.com with SMTP id c39so970765pyd for ; Sun, 23 Apr 2006 05:20:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=kzCbOmd8LxYchJKnkfZOT7Kt7NGgemYZW6na5EXDIFUUgAeZOSL56O30MSk4236/k8mK/8UixJTfQ1ThSIT8/EmuZ/obcQ663HmqbGMnbJ2TlM00Q32fDcfoQnxSeH7iAKRECFwGYyWQa5JswxQDvI76SKyKMgCX4I59uHvYSYk= Received: by 10.35.12.13 with SMTP id p13mr1107411pyi; Sun, 23 Apr 2006 05:20:13 -0700 (PDT) Received: by 10.35.12.19 with HTTP; Sun, 23 Apr 2006 05:20:12 -0700 (PDT) Message-ID: <6d5887970604230520y5fdd43cp24040f89e806c37e@mail.gmail.com> Date: Sun, 23 Apr 2006 20:20:13 +0800 From: "=?GB2312?B?zfXU+HdhbmdfemVuZw==?=" To: "Struts Users Mailing List" Subject: How dose JFS deal with multi-threads MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5862_5234650.1145794813001" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_5862_5234650.1145794813001 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline JSF provides us with a collection of standard UI components, and these components are integrated with JSP via JSF tag. when the JSP is executed, a tree of components will be constructed on the server. I wonder how many copies of this tree should be preserved on the server to remember the statu= s of ervery clients's view. If there is only one copy, which I personally think is impossible, how dose JSF deal with muti-threads. ------=_Part_5862_5234650.1145794813001--