Jeff Lindsay
unread,May 11, 2012, 1:21:28 PM5/11/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ginkg...@googlegroups.com
Been pushing to master mostly fixes and docs updates. However, three
significant things:
1) Reload now uses start_before to determine if children should be
reloaded before or after self.
2) ginkgo.async.gevent.ServerWrapper is deprecated. There are now
pre-wrapped gevent servers in that module: StreamServer,
BackdoorServer, WSGIServer (based on pywsgi). While at it, I added a
simple StreamClient service.
3) Examples were removed. They were really old and mostly proving a
moot point. New examples will have to be written.