Hi,
On Fri, 29 Mar 2013 14:22:03 +0900 (JST)
yamam...@valinux.co.jp (YAMAMOTO Takashi) wrote:
> do you want me rebase this?
> ie. convert new gevent users like ofctl_v1_2 and topology stuff?
Yes, please. I'll release 1.8 tomorrow. So please an updated version
after that. Also please drop gevent
hi,
do you want me rebase this?
ie. convert new gevent users like ofctl_v1_2 and topology stuff?
YAMAMOTO Takashi
>> On Mon, 18 Mar 2013 17:29:54 +0900
>> YAMAMOTO Takashi wrote:
>>
>>> switch from gevent to eventlet.
>>
>> Great, thanks.
>>
>>> at this point, gevent can still be used with R
> On Mon, 18 Mar 2013 17:29:54 +0900
> YAMAMOTO Takashi wrote:
>
>> switch from gevent to eventlet.
>
> Great, thanks.
>
>> at this point, gevent can still be used with RYU_HUB_TYPE=gevent
>> environment variable.
>
> What's the point of supporting both? I prefer to support
> multiprocessing a
On Mon, 18 Mar 2013 17:29:54 +0900
YAMAMOTO Takashi wrote:
> switch from gevent to eventlet.
Great, thanks.
> at this point, gevent can still be used with RYU_HUB_TYPE=gevent
> environment variable.
What's the point of supporting both? I prefer to support
multiprocessing and evelent.
---
switch from gevent to eventlet.
at this point, gevent can still be used with RYU_HUB_TYPE=gevent
environment variable.
YAMAMOTO Takashi (5):
add a threading hub module
hub: stop trying import gevent
stop using gevent directly
change requirements: gevent -> eventlet
hub: add some unit te