thoughts…

rants and bookmarks about programming stuff…

Introduction to Gevent

| Leave a comment

“What is Gevent, anyway? According to the gevent webpage:
    gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libevent event loop.

That’s a succinct definition, and it identifies all the technologies and implementation architecture of gevent, but it doesn’t really give a good “beginner’s view.” The quickest way I can think of to define it is to say: Gevent gives you threads, but without using threads…”

http://blog.pythonisito.com/2012/07/introduction-to-gevent.html

About these ads

Author: irrlab

Software engineer. Functional programming addicted.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 513 other followers