a fast (pure C), self-healing, developer-friendly WSGI server, aimed for professional python webapps deployment and development. It can run standalone or as a module in nginx or apache.
- Wil
A tiny javascript framework built on top of jQuery. It’s RESTful Evented JavaScript. Allows you to respond to specific URLs, but utilizing the URL hash (#) you can create single page applications that still respond to the back button in your browser (ala Gmail).
- Wil
"If the session id context is not set on an SSL/TLS server and client certificates are used, stored sessions will not be reused but a fatal error will be flagged and the handshake will fail." if the server gets an SSL alert from the client saying "unexpected message" when the client is trying to reuse session, it's likely that you did not call SSL_CTX_set_session_id_context and at the same time client authentication is being used.
- Wil
A trait is a type definition that can be used for normal Python object attributes, giving the attributes some additional characteristics: initialization, validation, delegation, notification, visualization
- Wil
Similar to launchd, daemontools, and runit. Unlike some of these programs, it is not meant to be run as a substitute for init as "process id 1". Instead it is meant to be used to control processes related to a project or a customer, and is meant to start like any other program at boot time.
- Wil
Language is by its very nature a communal thing; that is, it expresses never the exact thing but a compromise—that which is common to you, me, and everybody. ¶ —T. E. Hulme
- Wil