Martijn Moeling
martijn at xs4us.nu
Mon Jul 21 09:49:05 EDT 2008
Hi, I am working on a platform which is in production for 1,5 years now. It is growing towards an "Operating system" for SAAS development. It uses Apache,MySQL, SQLAlchemy, mod_python, python and Windows.js (moving to extjs at the moment) the work done with it is http://www.lokalos.nl which is a (sorry dutch) community site with an "WebOS" as a backoffice to give users the ability to add/change content to the site. Mod_python is extremely stable when used with the above modules and in total it has been running on a webserver which is up for way over two years, without maintenance and reboots..... (I updated several parts but never ever rebooted the machine) My system is build in a way that many physical systems can host one or more websites fully automatically. So to answer your question YES, Mod_python is good for using it as the basis for SAAS from a technical point of view. I might trow the whole system in GPL but it is not as well documented as it should be and I'm halfway the EXTJS integration so it is bit of a mess now. The whole system consistes of Python modules and a database (no files on disk). If you are starting some development for SAAS, there are a few do's and do'nts I discovered over the past few years developing with mod_python (in conjunction with MySQL). I can help you out if you wish, just drop me a message. If it is beyond the scope of Mod_python I'll leave the mailing list adress out. Kind regards, Martijn Moeling ________________________________ Van: mod_python-bounces at modpython.org namens rahul Verzonden: wo 16.07.2008 6:27 Aan: 'Graham Dumpleton'; mod_python at modpython.org Onderwerp: RE: [mod_python] Regarding SAAS developement Hello, SAAS means Software as a Service. To be more precise I would like to know whether python is fully supported to my requirements of SAAS development (as means: Multi-tenancy, Security, features for GUI design, etc.....). Thanks Rahul -----Original Message----- From: Graham Dumpleton [mailto:graham.dumpleton at gmail.com] Sent: Tuesday, July 15, 2008 6:23 PM To: rahul Cc: mod_python at modpython.org Subject: Re: [mod_python] Regarding SAAS developement What do you mean by SAAS? Do you mean: http://en.wikipedia.org/wiki/Software_as_a_Service You will have to be more precise about the sort of applications you are trying to make. Graham 2008/7/15 rahul <rahul.warhekar at edisphere.com>: > Hello all, > > I am trying to build framework for SAAS Development for our product and for > that > > I am considering python as a scripting lang. > > So, I would like to know from all of you whether python is suitable for SAAS > development. > > If yes please add why? > > If no please add why? > > > > Thanks > > > > Rahul > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python > > _______________________________________________ Mod_python mailing list Mod_python at modpython.org http://mailman.modpython.org/mailman/listinfo/mod_python -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20080721/8cf45e65/attachment.html
|