Answer the question
In order to leave comments, you need to log in
Which is better to use: Eventlet or Gevent or Concurrence?
There is a task to collect a bunch of data from the network and analyze it.
Which is better to use: Eventlet or Gevent or Concurrence?
And what is better for the network under them: requests, urllib, pycurl?
And which queue is better for them: RabbitMQ(kombu?), Redis?
And why?
And how do lxml, nltk, numpy behave in greenlets?
Thanks in advance.
Answer the question
In order to leave comments, you need to log in
Emmm. In your case, celery on RabbitMQ + pycurl will probably be better.
Actually a counter question - why do you need greenlets?
Redis does not have a full-fledged queue out of the box, there is a pub-sub.
There is no distribution of queue events among handlers, and there is no confirmation of the execution of the task by the handler.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question