On 25 sierpnia 2003 at 01:59:14 [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Can Webware work on a hosted provider with Python + CGI support? > What are the requirements to get Webware working on a hosted > provider? OneShotAdapter works with any cgi-python available but is extremely slow. Others adapters needs to listen at the specific port (default 8086) and I do not any provider who gives such ports for very user. Even if you make provider can add mod_webkit module to Apache, the real problem will appear in other place. Each WebKit application needs unique port to listen. Ideal situation is to get one such port for one user. Usual providers do not want to give it. They would like to set only one WebKit with one port (8086) for everyone. Everybody have to rely on the same Applications.conf settings. So everyone wil have the same settings for cache, email for receiving errors etc. It is not comfortable situation. ***************************************************************** It would be a great idea to personalize some ot Application.config settings (as PHP users can do with ini_set() function). ***************************************************************** Another solution is to use VPS (own, virtual isolated pc) where you can do and install whatever you want. -- JZ ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
