Table Of Contents

Previous topic

Examples

Next topic

Interesting links

This Page

Changelog

Version 0.3.1 - (2010-Oct-10)

  • bug fixes

version 0.3 - (2010-Oct-06)

  • Added unuk.core.handlers.baseSubHandler.wrap_function_decorator() for decorating all functions of a server.
  • Added scheduler` module in contrib.tasks.
  • Added django-servermachine application in libs. Small application for tracking servers.

version 0.2.1 (2010-Aug-24)

version 0.2 (2010-Aug-22)

  • Alpha release backward incompatible.
  • Added pool to jsonrpc server, in a similar way as twisted wsgi module.
  • Bug fix in MetaRpcHandler metaclass.
  • Added the examples module.
  • Moved twisted JSONRPC implementation to contrib module.
  • Added the concurrency module which provides the same interface for threads and processes.
  • Added the contrib.tasks library, a lightweight task queue which can be run on several parallel processes.
  • Added the http module which provides with four different http clients.

version 0.1 (2009-Dec-29)

  • first official release, pre-alpha.