Message from discussion
threads
X-BeenThere: couchdb-python@googlegroups.com
Received: by 10.150.77.36 with SMTP id z36ls181957yba.3.p; Thu, 10 Dec 2009
04:11:01 -0800 (PST)
Received: by 10.150.77.41 with SMTP id z41mr64678yba.6.1260447061064;
Thu, 10 Dec 2009 04:11:01 -0800 (PST)
Received: by 10.101.165.30 with SMTP id s30mr2468469ano.27.1260446963107;
Thu, 10 Dec 2009 04:09:23 -0800 (PST)
Received: by 10.101.165.30 with SMTP id s30mr2468468ano.27.1260446963080;
Thu, 10 Dec 2009 04:09:23 -0800 (PST)
Return-Path: <fabio.fo...@gmail.com>
Received: from mail-yx0-f159.google.com (mail-yx0-f159.google.com [209.85.210.159])
by gmr-mx.google.com with ESMTP id 19si90105yxe.2.2009.12.10.04.09.23;
Thu, 10 Dec 2009 04:09:23 -0800 (PST)
Received-SPF: pass (google.com: domain of fabio.fo...@gmail.com designates 209.85.210.159 as permitted sender) client-ip=209.85.210.159;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of fabio.fo...@gmail.com designates 209.85.210.159 as permitted sender) smtp.mail=fabio.fo...@gmail.com
Received: by mail-yx0-f159.google.com with SMTP id 31so14485852yxe.21
for <couchdb-python@googlegroups.com>; Thu, 10 Dec 2009 04:09:23 -0800 (PST)
MIME-Version: 1.0
Received: by 10.100.80.2 with SMTP id d2mr183006anb.24.1260446963007; Thu, 10
Dec 2009 04:09:23 -0800 (PST)
Date: Thu, 10 Dec 2009 04:09:22 -0800 (PST)
X-IP: 93.39.61.235
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5)
Gecko/20091109 Ubuntu/9.04 (jaunty) Firefox/3.5.5 GTB6 GTBA,gzip(gfe),gzip(gfe)
Message-ID: <463171fd-5bba-43b8-a4eb-21602a76ae0f@s20g2000yqd.googlegroups.com>
Subject: threads
From: ff <fabio.fo...@gmail.com>
To: CouchDB-Python <couchdb-python@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Hi, is python-couchdb thread safe? I'm wondering because so far I had
no problems, but today I've tried using it in web app doing many ajax
calls and many fail with strange errors in httplib. I wonder if this
is problem related to threads, since it's the only difference I've
found so far between all the other uses