Check out the Red programming language from the same author

Cheyenne v0.9.13 released

Nenad Rakocevic - Softinnov
6-Jun-2007 21:54:09 GMT

Article #7
Main page || Index || 0 Comment


  • Download here the source package.


  • Session cookie management refactored. Cookies are now cached in memory. Fixes all issues related to timezone.


  • HTTPd request pipeline refactored. It's now more reliable, little faster and able to handle extreme situations (stressing with FasterFox). Several core parts of Cheyenne have been touched, so watch out for regressions.


  • Added 'forward method to RSP's Response object (now possible thanks to the new pipeline engine).


  • Internal modules API changed : 'deferred? property removed (not needed anymore with new pipeline).


  • Added 'on-status-code option in config file (see example in %httpd.cfg).


  • do-sql now catches internal errors, so they can be more easily located in calling context.


© Nenad Rakocevic - Softinnov