Re: [mail] Re: Native Win32 sources

Поиск
Список
Период
Сортировка
От bpalmer
Тема Re: [mail] Re: Native Win32 sources
Дата
Msg-id Pine.BSO.4.44.0211261532210.20721-100000@mizer.crimelabs.net
обсуждение исходный текст
Ответ на Re: [mail] Re: Native Win32 sources  (Hannu Krosing <hannu@tm.ee>)
Ответы Re: [mail] Re: Native Win32 sources  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-hackers
> > D'Arcy,
> >
> > In production the database servers are seperate multi-processor machines
> > with mirrored disks linked via Gigabit ethernet to the app server.
> >
> > In development I have people extremely familiar with MS, but not very hot
> > with Unix in any flavour, who are developing Java and PHP code which is then
> > passed into the QA phase where it's run on a replica of the production
> > environment.
> >
> > My goal is to allow my developers to work on the platform they know (MS),
> > using as many of the aspects of the production environment as possible (JVM
> > version, PHP version, and hopefully database version), without needing to
> > buy each new developer two machines, and incur the overhead of them
> > familiarising themselves with a flavour of Unix.

(from experience in a large .com web site)

Can you have a central DB server?  Do all the dev DB servers need to be
independent?  You could even have a machine w/ ip*(# developers) and bind
a postgresql to each ip for each developer (assuming you had enough
memory,  etc).

We used oracle once upon a time at my .com and used seperate schemas for
the seperate developers.  This may be tricky for your environment
because the developers would need to know what schema they would connect
to if all schemas were under the same pgsql instance.

- Brandon

----------------------------------------------------------------------------c: 917-697-8665
              h: 201-798-4983b. palmer,  bpalmer@crimelabs.net           pgp:crimelabs.net/bpalmer.pgp5
 



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: [mail] Re: Native Win32 sources
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: [mail] Re: Native Win32 sources