WSGID When your WSGI app becomes a *nix daemon


Changelog

Version 0.6.0

Version 0.5.0

Version 0.4.2

Version 0.4.1

Version 0.4.0

  • Implemented a new command: restart, stop with the ability to choose a custom signal to send. See more at WSGID Commands;
  • Bugfix (github issue #6): Command line options are incorrectly parsed when using python 2.7.2;
  • Internal refactorings
  • Keep-alive is now the default behavior
  • Created WsgidApp abstraction around wsgid app folder. See more at WsgidApp Object
  • Better django application discovery
  • And as usual, here is the changelog for the nerds. =) https://github.com/daltonmatos/wsgid/compare/v0.3.0...v0.4.0

Version 0.3.0

Version 0.2.1

Version 0.2

  • Wsgid now creates pidfiles for all started processes. Master and workers. See The pid folder;
  • Bugfix: DjangoAppLoader now disconsiders hiddend folders inside ${app-path}/app;
  • Bugfix: Create each request with a fresh environ. Wsgid was keeping values between different requests;
  • Support for REMOTE_ADDR;
  • Wsgid now licensed under New BSD License;
  • Removed pypi package, at least temporarily;
  • Fixed setup.py: Don’t try to install man pages on every run;
  • Wsgid is now able to load options from a JSON config file. More on Using the command line options inside a config file;
  • bugfix: Fatal errors are now correctly logged;
  • Internal refactorings.

Version 0.1

  • Initial release
  • wsgid v0.1 documentation »
  • wsgid official website: http://wsgid.com