Showing posts with label servers. Show all posts
Showing posts with label servers. Show all posts

Friday, January 4, 2013

pulsar, event-driven concurrent Python framework

pulsar 0.4.3 : Python Package Index

Seen via PythonWeekly.

The pulsar hello world example looks like a standard WSGI app, but the wsgi is imported from pulsar.

pulsar uses epoll or select, and the Python multiprocessing standard library module.

- Vasudev Ram
www.dancingbison.com

Tuesday, October 2, 2012

WebROaR, Ruby application server

By Vasudev Ram

WebROaR is a Ruby application server.



Claimed features:

[
Runs Ruby on Rails™ as well as other Rack compliant applications

Runs multiple applications simultaneously

Intelligent load balancing

Dynamically reaps stuck Ruby processing instances

Provides run time performance data for the deployed applications

Generates notifications in case exceptions occur in any of the deployed applications
]

- Vasudev Ram - Dancing Bison Enterprises


Sunday, April 29, 2012

Inbox.py - Python SMTP Server for Humans