Carl Johnstone wrote:
>> Do you mean that you have a shared apache installation under which every 
>> developer runs his/her own code ?
> 
> Yes.

I'm not sure that's going to work - mod_perl can only load one copy of a given 
package at once so you can only have one MyApp.pm loaded etc.

Our usual tactic for this is to modify the dev server to use 3000 + uid, let 
devs run their test server as themselves, and configure apache to proxy 
through to those if required.

-- 
      Matt S Trout       Offering custom development, consultancy and support
   Technical Director    contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd.  mst (at) shadowcatsystems.co.uk for more information

+ Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to