This post originated from an RSS feed registered with Python Buzz
by Rand Anderson.
Original Post: Pub-sub Internet Middleware
Feed Title: Python Postings
Feed URL: http://www.executableabstractions.com/weblog/Python/rss.xml
Feed Description: On my explorations of python
"With publish-and-subscribe internet middleware, organizations can achieve 'last-mile', real-time data delivery with less latency, fewer IT requirements, and low cost."
"...HTTP-based real-time information can be sent from anywhere on the Internet to anywhere on the Internet. In effect, HTTP now goes in both directions, enabling applications to be continuously updated with new data..."
Want to build some wicked event-driven apps? Or add some real-time information displays to your web apps? Check out KnowNow. Also check out mod-pubsub, the open-source edition that is also led by Adam. Mod-pubsub includes a python-based server implementation, as well as numerous python-based client examples (not to mention the many examples in most other mainstream platforms/languages).