Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
List of popular Python libraries with known gevent incompatibilities
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 26 - 30 of 30 - Collapse all  -  Translate all to Translated (View all originals) < Older 
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Equand  
View profile  
 More options Jul 26 2012, 5:01 pm
From: Equand <equ...@gmail.com>
Date: Thu, 26 Jul 2012 14:01:21 -0700 (PDT)
Local: Thurs, Jul 26 2012 5:01 pm
Subject: Re: List of popular Python libraries with known gevent incompatibilities

for mysql try gevent-mysql


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Benoit Chesneau  
View profile  
 More options Jul 26 2012, 5:07 pm
From: Benoit Chesneau <bchesn...@gmail.com>
Date: Thu, 26 Jul 2012 23:07:33 +0200
Local: Thurs, Jul 26 2012 5:07 pm
Subject: Re: [gevent] Re: List of popular Python libraries with known gevent incompatibilities

On Thu, Jul 26, 2012 at 5:02 PM, Denis Bilenko <denis.bile...@gmail.com> wrote:
> On Thu, Jul 26, 2012 at 6:31 PM, Benoit Chesneau <bchesn...@gmail.com> wrote:
>> On Thu, Jul 26, 2012 at 3:02 PM, Denis Bilenko <denis.bile...@gmail.com> wrote:
>>> On Thu, Jul 26, 2012 at 4:25 PM, Benoit Chesneau <bchesn...@gmail.com> wrote:
>>>> Other possibility would be binding libeio [1]. It would allows to have
>>>> non blocking io on the fs just like libev with the sockets. Also this
>>>> is the same author/group.

>>> How is it better than using gevent.threadpool?

>> for what?  it may be better to share the same loop of events instead
>> of having a thread / file io operations imo

> libeio uses threadpool for most operations, isn't it?

Indeed. Didn't read it in details.

I guess having a proper api in gevent would help as well :) But that's
already a nice addon to gevent. Hopefully a stable release will happen
soon.

- benoît


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
André Cruz  
View profile  
 More options Jul 31 2012, 3:36 pm
From: André Cruz <andre.c...@co.sapo.pt>
Date: Tue, 31 Jul 2012 12:36:33 -0700 (PDT)
Local: Tues, Jul 31 2012 3:36 pm
Subject: Re: [gevent] Re: List of popular Python libraries with known gevent incompatibilities

On Thursday, July 26, 2012 9:28:50 AM UTC+1, Denis Bilenko wrote:

> > PycURL (wraps libcurl C API)

> I have made integration of PyCurl's Multi interface and gevent
> sometime ago:
> https://bitbucket.org/denis/gevent-curl/src/d9aeccd324b8/example.py
> I've found that pycurl's multi interface at the time leaks references
> though,even without gevent.

I'm evaluating the use of PyCurl and, since I already use Gevent, I will
also look at the Gevent integration. Can you tell me a quick way of
checking if with the current versions of the libs there still exist
reference leaks?

Thanks,
André


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vitaly  
View profile  
 More options Sep 16 2012, 12:52 pm
From: vitaly <vitaly.krugl.nume...@gmail.com>
Date: Sun, 16 Sep 2012 09:52:28 -0700 (PDT)
Local: Sun, Sep 16 2012 12:52 pm
Subject: Re: [gevent] Re: List of popular Python libraries with known gevent incompatibilities

When using pymysql + DBUtils.PooledDB with gevent.monkey.patch_socket(),
and making queries from two greenlets, cursor.fetchall() sporadically
returns None instead of a sequence.  cursor.fetchall() is supposed to
always return a sequence (possibly an empty sequence), but never None.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vitaly  
View profile  
 More options Sep 16 2012, 12:55 pm
From: vitaly <vitaly.krugl.nume...@gmail.com>
Date: Sun, 16 Sep 2012 09:55:24 -0700 (PDT)
Local: Sun, Sep 16 2012 12:55 pm
Subject: Re: [gevent] Re: List of popular Python libraries with known gevent incompatibilities

On Sunday, September 16, 2012 9:52:28 AM UTC-7, vitaly wrote:

> When using pymysql + DBUtils.PooledDB with gevent.monkey.patch_socket(),
> and making queries from two greenlets, cursor.fetchall() sporadically
> returns None instead of a sequence.  cursor.fetchall() is supposed to
> always return a sequence (possibly an empty sequence), but never None.

Also, same problem when using gevent.monkey.patch_all() instead
of gevent.monkey.patch_socket().

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages < Older 
« Back to Discussions Older topic »