Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 53080 invoked from network); 12 Oct 2010 19:18:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Oct 2010 19:18:05 -0000 Received: (qmail 16095 invoked by uid 500); 12 Oct 2010 19:18:03 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 16046 invoked by uid 500); 12 Oct 2010 19:18:03 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 16038 invoked by uid 99); 12 Oct 2010 19:18:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 19:18:03 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bichay@gmx.net designates 213.165.64.23 as permitted sender) Received: from [213.165.64.23] (HELO mail.gmx.net) (213.165.64.23) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 12 Oct 2010 19:17:54 +0000 Received: (qmail invoked by alias); 12 Oct 2010 19:17:33 -0000 Received: from ulmg-d9beb484.pool.mediaWays.net (EHLO [192.168.1.33]) [217.190.180.132] by mail.gmx.net (mp027) with SMTP; 12 Oct 2010 21:17:33 +0200 X-Authenticated: #3458945 X-Provags-ID: V01U2FsdGVkX1/JqOQGUC7JIFmgWWXgYUfIfdZoXXSE4NJ61+e2MG qNZL6uGRnEf8eP From: Tom Bichay Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: _changes notification problem with jsonp Date: Tue, 12 Oct 2010 21:17:32 +0200 Message-Id: <69359D85-9641-44DC-95B2-402DA58A9F18@gmx.net> To: user@couchdb.apache.org Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org hey guys, i am using jsonp (ajax) to connect to a couchdb server with the _changes = api with feed=3Dlongpoll. but unfortunately sometimes it misses some change notfications. i don't = know why. but i am 100% sure that there are relevant changes. if i use curl it works perfect.=20 has anybody an idea? i think it could be that the server cancels the connection, so it waits = for the timeout and returns the json without any changes. but i can not = check if the server still has the connection to the client as i am using = jsonp (so i don't have a real object to use statechangeevent) so i can = not use heartbeat. is that possible? is there any way to check if there is still a jsonp connection to the = client? or does anybody know if the _changes timeout gets invoked by the server = or the client?=20 please help. thanks. cheers tom=