Return-Path: Delivered-To: apmail-cxf-users-archive@www.apache.org Received: (qmail 40253 invoked from network); 10 Oct 2008 13:16:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Oct 2008 13:16:58 -0000 Received: (qmail 9742 invoked by uid 500); 10 Oct 2008 13:16:56 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 9709 invoked by uid 500); 10 Oct 2008 13:16:56 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 9698 invoked by uid 99); 10 Oct 2008 13:16:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2008 06:16:56 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_SECURITYSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrew.clegg@gmail.com designates 74.125.46.152 as permitted sender) Received: from [74.125.46.152] (HELO yw-out-1718.google.com) (74.125.46.152) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2008 13:15:52 +0000 Received: by yw-out-1718.google.com with SMTP id 5so205790ywr.6 for ; Fri, 10 Oct 2008 06:16:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=WhJw4MVbbDAs+1kWFbGXDUdvHBQGAxkAMwHYc3XCVis=; b=MZhnNFDlajIUtJtn25dI5mcQMYZbS3dnGp/EPR60sdtDzM8sA7XG6uziSsBE2HwWwu zXA89ycxsHThPE9NSblZNXSdyccd8jbO+liGuYQWYYH4uey6khyswxR5MMTcS1/4oleE WgDqJRzHbwwYiYmipRBxvec4IO6WikxGSxlX8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=nLBGcjexhQ5EekOBAPhF5qjcx6M9WGBMHHTxMATffRti/wosdZwi5oNM+AV3ZEf07l 7MEycXvnz2G/BeApAt7XtDe55CYPuZVLv9QAyFvfT+1BUh2i2BPiGKu1fWVS01vm8Jc9 W17H7oas3PyRIoq3YoqeaZLuKSikZLjm1I8JE= Received: by 10.65.119.4 with SMTP id w4mr2838752qbm.4.1223644577732; Fri, 10 Oct 2008 06:16:17 -0700 (PDT) Received: by 10.65.192.2 with HTTP; Fri, 10 Oct 2008 06:16:17 -0700 (PDT) Message-ID: Date: Fri, 10 Oct 2008 14:16:17 +0100 From: "Andrew Clegg" To: "users@cxf.apache.org" Subject: Sending XML comments to keep connection alive MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Afternoon all, I've just seen some interesting behaviour from a web service provided by some of my collaborators in Switzerland -- don't know what stack (or even language) they use. Their service does some pretty intensive data analysis and can accept quite big queries. It starts by sending the HTTP response headers, and then while it's chugging away on the actual query, sends: every few seconds until the actual results are ready to send. This seems like quite a good way to avoid timeouts. Can CXF do anything similar? Cheers, Andrew.