We've got up to 12 people working on local copies of the 'make app workdir' application directories, with the master copy in CVS (exactly as suggested below). We're also using mod_webkit with 12 different port numbers, and it handles them nicely. We just call the locations /WK1, /WK2, etc. We put the correct port number for each developer into an environment variable and stream-edit the config file when starting webkit.
Thus, on reasonable hardware, there are upwards of 120 python WebKit processes running, 10 per developer, with nobody's toes getting stepped on. Cheers! -- David Hancock -----Original Message----- From: Stuart Donaldson To: webware-discuss Sent: 11/13/02 8:49 PM Subject: RE: [Webware-discuss] Setting up for multiple developers I have Apache's httpd.conf set up just to load the module. LoadModule webkit_module lib/apache/mod_webkit.so AddModule mod_webkit.c Then in my local .htaccess file I setup: WkServer localhost 8086 SetHandler webkit-handler Presumably you can have multiple .htaccess files for different developers each using a different port. I just haven't bothered to try this yet, but see no reason why it shouldn't work, unless there is some problem with mod_webkit supporting it. -Stuart- > -----Original Message----- > From: Edmund Lian [mailto:elian@;inbrief.net] > Sent: Wednesday, November 13, 2002 5:36 PM > To: Jason Hildebrand > Cc: webware-discuss > Subject: Re: [Webware-discuss] Setting up for multiple developers > > > > On 11/13/2002 07:55:29 PM Jason wrote: > > >I think that if the developers are working on the same > application, it's > >probably best to have multiple AppServers, and to keep the > code in CVS. > [snip] > >If you share the AppServer, things as simple as syntax errors (which > >will cause a traceback when you try to import the module) > created by one > >developer will cause tracebacks for the others, leading to low > >productivity and lots of hair-pulling. :) > > OK, this is what I thought... I see Stuart is asking about > how to have each > user run their own AppServer. This is kind of related to my follow-up > question: How do we configure Apache and the Webware config > files to have > multiple AppServer instances, each controlled by a different user? > > ...Edmund. > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Are you worried about > your web server security? Click here for a FREE Thawte > Apache SSL Guide and answer your Apache SSL security > needs: http://www.gothawte.com/rd523.html > _______________________________________________ > Webware-discuss mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/webware-discuss > ------------------------------------------------------- This sf.net email is sponsored by: Are you worried about your web server security? Click here for a FREE Thawte Apache SSL Guide and answer your Apache SSL security needs: http://www.gothawte.com/rd523.html _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss ------------------------------------------------------- This sf.net email is sponsored by: Are you worried about your web server security? Click here for a FREE Thawte Apache SSL Guide and answer your Apache SSL security needs: http://www.gothawte.com/rd523.html _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
