<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>On 08/19/13 20:34, Joshua Harlow wrote:</p>
<blockquote cite="mid:CE38152E.4356C%25harlowja@yahoo-inc.com">
<div>Just a related question,</div>
<div> </div>
<div>Oslo 'incubator' db code I think depends on eventlet. This means any code that uses the oslo.db code could/would(?) be dependent on eventlet.</div>
<div> </div>
<div>Will there be some refactoring there to not require it (useful for projects that are trying to move away from eventlet).</div>
<div> </div>
<div><a href="https://github.com/openstack/oslo-incubator/blob/master/openstack/common/db/sqlalchemy/session.py#L248">https://github.com/openstack/oslo-incubator/blob/master/openstack/common/db/sqlalchemy/session.py#L248</a></div>
<div> </div>
</blockquote>
<p>Glancing through that file, it looks like the greenthread import is only used for playing nice with other greenthreads.  It should be pretty easy to make it conditional so we don't require it, but will use it if it's available.<br /> <br /> -Ben</p>
</body></html>