Gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop.

learn more… | top users | synonyms

1
vote
0answers
29 views

What is the cleanest way to stop a python multiprocessing worker attached to a queue in an infinite loop?

I'm implementing a producer-consumer pattern in python using multiprocessing.Pool and multiprocessing.Queue. Consumers are pre-forked processes that uses gevent to spawn multiple tasks. Here is a ...
0
votes
2answers
34 views

Gevent queue high CPU usage

Why this code permanently uses 95% of CPU? Producer doesn't sending any request, but cpu is hot. How to lower cpu usage without adding explicit non-zero sleep timeout in consumer greenlet? from ...
1
vote
1answer
17 views

Socketio client switching to xhr-polling running with flask app

I'm running a socketio server with a flask app using gevent. My namespace code is here: class ConversationNamespace(BaseNamespace): def __init__(self, *args, **kwargs): request = ...
1
vote
0answers
73 views

bottle gevent and threading: gevent is only usable from a single thread

I have a python bottle application, which uses threads. due to the fact i'm using monkey.patch (http://www.gevent.org/gevent.monkey.html), the threads were blocking app execution (a dialog box fired ...
0
votes
1answer
23 views

Celery worker with gevent pool + Sentry logger = hang

I'm using Celery with Django integration. I discovered some troubles with new commit to my current project: Celery worker with gevent pool refused to handle new tasks. After short investigation, I ...
0
votes
1answer
29 views

AttributeError: 'Socket' object has no attribute 'recv'

I'm trying to get this example(https://github.com/sontek/django-tictactoe/tree/master/small_tictactoe) for gevent-socketio running, but but I get this very strange error: Internal Server Error: ...
0
votes
0answers
84 views

Using Celery for Realtime, Synchronous External API Querying with Gevent

I'm working on a web application that will receive a request from a user and have to hit a number of external APIs to compose the answer to that request. This could be done directly from the main web ...
1
vote
0answers
31 views

gevent-socketio: browser receiving another browser's response

I've been trying this for a couple of days now but I can't seem to wrap my head around this. My problem essentially lies with the fact if I have 2 browsers requesting at the same time, my server-side ...
-1
votes
1answer
36 views

How does a connection pool in MongoDB with pymongo driver?

I'm using mongodb with pymongo driver on gevent based framework. I don't understand working pool connection. I'm creating a new connection instance on every request: connection = ...
1
vote
1answer
52 views

Should unit tests run faster with a gevent patched codebase?

We’re investigating gevent as a drop in performance enhancer for our Flask API. There is a lot of communication over psycopg2 and Redis in our codebase. We thought we’d try running the test suite with ...
0
votes
1answer
36 views

`internal error in evhttp` using gevent

I have a file with million urls like: the data file is like: http://wonderland.cjfallon.ie/ http://www.youtube.com/ http://www.starfall.com/ http://education.scholastic.co.uk/ http://www.scoilnet.ie/ ...
1
vote
1answer
56 views

Is Python's monkey patching local to the current module?

In a file a.py, I have the lines: import gevent gevent.monkey.patch_all() import b # etc, etc In file b.py is it necessary to monkey patch again? Is there anything wrong with monkey patching ...
4
votes
2answers
129 views

Python async and CPU-bound tasks?

I have recently been working on a pet project in python using flask. It is a simple pastebin with server-side syntax highlighting support with pygments. Because this is a costly task, I delegated the ...
0
votes
1answer
36 views

Catching exceptions raised in the greenlets

I'm trying to catch the exceptions raised within the greenlets. According to this tutorial, unfortunately 'exceptions raised in the Greenlet, stay inside the Greenlet'. In the code below, I have a ...
1
vote
2answers
62 views

using redis in python flask to live send messages

Below is a simple app to send mesg to the browser. if there is a new mesg from the redis channel it will be sent other wise send the last know value in a non-blocking way. But i am doing something ...
2
votes
1answer
129 views

gevent + redis-py: SystemError: NULL result without error in PyObject_Call

I am using redis-py with redish together with gevent and I have my own class EventBot which inherits from Greenlet. In the __init__ method of this class I am initialising connection to redis using ...
0
votes
0answers
95 views

postgresql idle connections with django (and gunicorn+gevent)

My stack incudes django (1.4.3), psycopg2 (0.0.3), and postgres (9.1). Additionally, I am using psycogreen.gevent.patch_psycopg because I am serving up my django with gunicorn and gevent. ...
2
votes
2answers
113 views

Python parallelization of tasks (event loop?)

Current Situation I'm writing a small Python program to play playlists from 8tracks in your terminal. It consists of three parts, a client.py using the stdlib's cmd module, an api.py module that ...
0
votes
1answer
29 views

Deploying gnotty as part of a django project and getting: gaierror: [Errno -5] No address associated with hostname

Attempting to deploy a django project with gnotty as part of it, which works perfectly well on the localhost but as soon as I deployed and changed the GNOTTY_HOST to my domain, the GNOTTY_PORT to 80, ...
0
votes
1answer
17 views

Are translations greenlet-safe in Django?

After taking a look at Django's source code, I see that Django stores the active language in the current thread. In django.utils.translation.trans_real: _active = local() ... def activate(language): ...
0
votes
1answer
31 views

Converting and Unifying API data in Python

I'm trying to pull similar data in from several third party APIs, all of which have slightly varying schemas, and convert them all into a unified schema to store in a DB and expose through a unified ...
3
votes
4answers
108 views

How do I send asynchronous http requests in python one at a time?

We have a queue of jobs and workers process these jobs one at a time. Each job requires us to format some data and issue an HTTP POST request, with the data as the request payload. How can we have ...
1
vote
1answer
59 views

Why does gevent.spawn not execute the parameterized function until a call to Greenlet.join?

I'd like to issue an asynchronous HTTP POST request using gevent -- I don't care about the response, I simply want to execute the request as soon as possible. However, whenever I attempt to do so ...
2
votes
2answers
86 views

Flask: Unable to access current_app from within socket.io listener

I am trying to access current_app from within the listener so that I can use app config values for which channel to subscribe to. However I receive "RuntimeError: working outside of application ...
1
vote
0answers
51 views

Why only one connection to redis was made in this gevent program?

I'm using gevent to build a server which do some redis stuff and return the result to client. But the performance is bad. After some research I found that there is only one connection to redis. It ...
1
vote
1answer
44 views

gevent.Timeout not raised

I have a server that does "some stuff" in a section and I have a "with gevent.Timeout(5)" around that. I have some checks going on in another greenlet and through that I noticed that one of the ...
0
votes
0answers
76 views

Django and Gevent - yield Exception Value: 'generator' object has no attribute 'has_header'

I am use the gevent loop with uwsgi and django. I converted a working view using standard returns with no use of gevent to one that uses gevent. I now get this error. What is the proper way to use ...
2
votes
1answer
114 views

Scale Gevent Socketio

I currently have a site setup using Django. I have added Gevent Socketio to add a chat function. I have a need to scale it as there are quite a few users already on the site and can't find a way to do ...
3
votes
1answer
161 views

Gevent multicore usage

I'm just started with python gevent and I was wondering about the cpu / mulitcore usage of the library. Trying some examples doing many requests via the monkeypatched urllib I noticed, that they were ...
1
vote
1answer
75 views

Will gevent speed up pymongo connection

I am using bottle with pymongo. My server is nginx and uwsgi. Will gevent make my pymongo run async(What I mean multithread) by just using the code below? from gevent import monkey; ...
3
votes
2answers
162 views

Python3: Looking for alternatives to gevent and pylibmc/python-memcached

So, I have decided to write my next project with python3, why? Due to the plan for Ubuntu to gradually drop all Python2 support within the next year and only support Python3. (Starting with Ubuntu ...
0
votes
1answer
34 views

newrelic-1.10.2.38/newrelic/api/web_transaction.py self.generator.close() kicking up IOError

Using uwsgi 1.4.2 (gevent = 100) with newrelic, I am encountering repeated errors [pid: 24340|app: 0|req: 1335/4305] 199.27.128.147 () {54 vars in 722 bytes} [Fri Mar 22 16:49:41 2013] HEAD / => ...
3
votes
1answer
171 views

Greenlet Vs. Threads

I am new to gevents and greenlets. I found some good documentation on how to work with them, but none gave me justification on how and when should I use greenlets ? What are they really good at ? ...
0
votes
1answer
79 views

how to solve this deadlock with gevent and oursql

I have the following code from a complex project: from gevent import monkey monkey.patch_all() import gevent import oursql def run(num): conn = oursql.connect(host = ...) cursor = ...
0
votes
1answer
124 views

gevent, requests and unhandled exception

I have code: import gevent import gevent.monkey; gevent.monkey.patch_all() import requests def func(): try: requests.get('http://unavailable-host/') except: pass def main(): ...
1
vote
1answer
107 views

Does gunicorn + gevent monkey patch threadlocals to be greenlet-locals automatically?

When running gunicorn in gevent mode, are the monkey patches (particularly those for threadlocals) described here, which make threadlocals greenlet-locals, already applied automatically? (I am ...
0
votes
0answers
55 views

why gevent can't get the full pool of rabbitmq

I want to get message from my rabbitmq,and then spawn greenlet using gevent to work on it. my code is: import pika import gevent.monkey gevent.monkey.patch_all() import gevent from gevent.pool import ...
0
votes
1answer
52 views

how to validate url using gevent

I have one million urls to be validated. some of them is unreachable from my country,and some are invalid,I want to validate all the urls. I use python to do that,and use gevent to accelerate the ...
0
votes
0answers
43 views

Handle client timeouts when serving long polling with gevent

I am using gevent to handle long-polling request. These requests will wait around until an AsyncResult's .get method returns. Then it sends back a result back to the long polling client. The problem ...
0
votes
0answers
54 views

doing SOAP with gevent / greenlets in Python

What is my best option to do SOAP in the gevent / greenlet framework in Python? I saw some references saying that SUDS may not work. Are there any options? I am open to something that might work in ...
1
vote
1answer
132 views

Gunicorn+eventlet timeout

I try to run gunicorn with eventlet worker (django app): python manage.py run_gunicorn -k eventlet -t 5 if i have two bad views: def view1(request): while 1: time.sleep(0.001) #same as ...
0
votes
1answer
28 views

How does gevent interact with threading.local data?

Will data stored in a threading.local be unique to a specific co-routine, or will it continue to be unique to a python thread?
0
votes
2answers
169 views

Gevent pool with nested web requests

I try to organize pool with maximum 10 concurrent downloads. The function should download base url, then parser all urls on this page and download each of them, but OVERALL number of concurrent ...
-4
votes
1answer
139 views

gevent block call django model save method inside green thread after monkey patch [closed]

I want to call django models save method in my greenlet in block mode after monkey patching socket. ... monkey.patch_socket() ... def my_green(django_model): #fetch some urls in async here ...
1
vote
0answers
56 views

socketio_manage - NameSpace

Can anyone explain in detail about the gevent socketio_manage, What is namespace and how methods inside Namesspaces are called? I verified many documents online, but not got any clear description ...
1
vote
1answer
147 views

gevent TCP server on Windows

I've been trying to create a TCP server with gevent without (any major) success so far. I think that the problem lies within Windows ( I've had some issues with sockets under Windows before ). I'm ...
0
votes
1answer
80 views

Progress Bar and gevent

When using gevent(1.0b4) to download html files, I want to use a progress bar to display progress. I wrote the code below, but the code always exists some errors. I hope someone can help! ...
2
votes
1answer
77 views

Why does gevent execute this unjoined greenlet?

Code: import gevent import time def func(a, t): time.sleep(t) print "got here", a gevent.spawn(func, 'a', 4) gevent.spawn(func, 'b', 0).join() time.sleep(3) print "exit" Output: got here a ...
6
votes
1answer
198 views

How to integrate web sockets with a django wsgi

We have a significantly complex Django application currently served by apache/mod_wsgi and deployed on multiple AWS EC2 instances behind a AWS ELB load balancer. Client applications interact with the ...
1
vote
1answer
402 views

Supervisor Django Gunicorn Gevent Memory Usage

I am running Django 1.4 sites on Ubuntu 12.04 with supervisor 3.0a8-1.1 and have run into a strange problem with gunicorn 0.17.2 and gevent 0.13.8. Supervisor's memory usage keeps growing until the ...

1 2 3 4 5 7