Note: latest version can be found at https://github.com/targeted/pythomnic3k
Pythomnic3k is a Python 3 framework for service-oriented middleware with hot reloading and fault tolerance. It is used for integrating various systems in enterprise network or writing standalone network services.
License
BSD LicenseFollow Pythomnic3k
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Excellent Framework I've been using for years. I started using Pythomnic pretty much when I started coding in Python, both motivated by a project I wanted to do that required multi-threaded, distributed processing with variable loads that required consistent response times per transaction and robust uptime and failure recovery. Pythomic provides all this, and far more. I really can't imagine doing any kind of sizeable project without it, it's my default framework for starting nearly anything at this point. The luxuries of being able to transparently reload code modules in-place, auto-reload modules on configuration changes, and other features allow my system to remain up and responsive at least 99.99% - my only downtime has been a hard disk failure at one point about a year ago, and some routine maintenance and upgrades to the underlying OS. I've had to poke around in the Pythomnic source to answer a few of my questions, and it took a while to get going. The documentation is good, but sparse and frankly could use a good book as a reference guide. There's a ton to it, and learning it can be tricky. Luckily, for the past few years the author has been readily available and helpful in answering questions, so that has allowed me to progress and has helped immensely. Recently though he's not been as available, I'm hoping the project is still alive and well!