Shawn Walker wrote: > Sundar Yamunachari wrote: >> 1. Use CherryPy web server to serve both AI install files and AI >> manifests. >> Advantages: >> - Flexible for adding the features we need. >> - Light-weight (Use only the code we need) >> >> Disadvantages: >> - We have to maintain the code >> - We have to create packages for other operating systems >> (Solaris 10 and Linux) >> - Is it scalable? >> - Features may need to be added > > Before I forget, it is also possible to run cherrypy-based > applications through Apache using mod_python. That might be another > option you wish to consider as it will give you far greater > scalability and performance with cherrypy while allowing you to retain > some of its advantages. > > If you did it right, that would allow you to run your cherrypy-based > application through Apache using mod_python, or as a stand-alone > light-weight application, or behind a proxy giving you quite a bit of > flexibility. > > Cheers, That is good to know. We really want a high performing web server with lot of flexibility.
- Sundar