UWsgi
The uWSGI project aims at developing a full stack for building (and hosting) clustered/distributed network applications. Mainly targeted at the web and its standards, it has been successfully used in a lot of different contexts. Thanks to its pluggable architecture it can be extended without limits to support more platforms and languages. Currently, you can write plugins in C, C++ and Objective-C. The "WSGI" part in the name is a tribute to the namesake Python standard, as it has been the first developed plugin for the project.
So essentially it's a production-quality WSGI server, so it's what you run your Python Web Framework apps with, instead of the lite/dev server that's part of the framework itself. And you generally run it behind something like NginX (that's what I use).
https://github.com/unbit/uwsgi-docs#readme
http://uwsgi-docs.readthedocs.org/en/latest/
https://github.com/csinchok/exploring-uwsgi
http://stackoverflow.com/questions/13210636/differentiate-nginx-haproxy-varnish-and-uwsgi-gunicorn
I'm using it with WebPy - 2012-10-16-SettingUpHostingForSimplestThing
Edited: | Tweet this! | Search Twitter for discussion
BackLinks: 2004-01-10-EdgeWhatsYourLaw | 2004-10-20-SuskindFaith | 2005-01-27-LindFourGwRootsModernism | 2006-07-01-ObamaReligiousCreepy | 2015-03-25-AlexanderIsEverythingAReligion | 2017-02-17-CaulfieldMisinformationIsANorovirusAndTheWebIsACruiseShip | 2017-02-24-CaulfieldAgainstExpressiveSocialMedia | 2017-04-24-MuderWhatsOurStory | 2017-06-01-NewMathUntanglesTheMysteriousNatureOfCausality | 2018-01-24-RaoElectricMonksAndFastTransients | 2018-01-26-ThinkingClearlyAboutCollectiveIntelligenceAConversationWithGeoffMulganAboutHisNewBookBigMind | 2018-03-04-FishbeinDecisionMakingUnderUncertainty16LessonsILearnedFromAnnieDuke | 2018-06-02-SiversThinkingInBetsByAnnieDuke | 2018-09-14-DeCorrespondentTheProblemWithRealNewsandWhatWeCanDoAboutIt | 2018-10-31-CaulfieldItsNotAboutTheHeatOfTheRhetoricItsAboutItsToxicity | 2019-01-13-BeyondSocialNetworksHowCulturalBeliefsReallySpread | 2019-01-30-MauryaReorderYourChainOfBeliefsWithALeanerLeanCanvas | 2019-04-25-JarvisAComingCrisisOfCognition | 2019-07-09-ShorinDesireForFullAutomation | 2019-10-17-HuntTheLongNowPt3IsThisNormalAskingForAFriend | 2020-05-31-SloanTheConspiracyMuseum | 2020-07-20-ChinStrongOpinionsWeaklyHeldDoesntWorkThatWell | 2021-01-21-ChapmanWhatTheyDontTeachYouAtStemSchool | 2021-01-26-RivalVoicesConspiracyTheorism | 2021-09-19-WardleyThoseVirtualBattlegrounds | 2022-03-24-PooleyWhoBelievesInBelief | 2022-07-21-CutlerTbm3152BetUpActivity | 2022-10-11-CutlerTbm4652FactAssumptionsBeliefs | 2022-10-12-RebeccaWirfsBrockObservationsOnGrowingASoftwareDesignUmwelt | 2023-04-04-ChinThereIsNoTruthInBusinessOnlyKnowledge | 2023-05-11-ChinProcessBehaviourChartsMoreThanYouNeedToKnow | 2023-12-29-ImprovingStrategicDecisionMakingIn2024 | 2024-03-24-MichaelNielsenOnCollaborationQuantumComputingAndCivilizationsFragility | 2024-07-07-LennyPatternBreakersHowToFindAGreatStartupIdeaMikeMaplesJr | AllMarketersAreLiars | AntiVax | Assumption | BeliefSystem | ChaosMagick | ClaimsAllTheWayDown | Disenchantment | Doctrine | EpistemicCommunity | Fantasyland | FutArchy | HowToMakeACompleteMapOfEveryThoughtYouThink | JasonBenn | KarenStenner | Khole5Doubt | LimitingBelief | Malthusian | ModEl | ModelAgnosticism | ModelTheism | ModernIsm | NorthStarPlaybook | PersonalPhilosophy | PostRat | REBT | Reflexivity | StrategicContext | SuspensionOfDisbelief | ThinkingInBets | TrueBeliever | WorldviewBasedLiving
No twinpages!