| От | John R Pierce |
|---|---|
| Тема | Re: PostgreSQL run as process in windows |
| Дата | |
| Msg-id | 50E4F21D.3060801@hogranch.com обсуждение исходный текст |
| Ответ на | PostgreSQL run as process in windows (tuanhoanganh <hatuan05@gmail.com>) |
| Список | pgsql-general |
On 1/2/2013 6:40 PM, tuanhoanganh wrote: > I have more than 500 users connect to Postgres in windows 2008 R2. I > change registry make postgres service support 512 connect. But is > there any good way make postgres run as process not service. Is it > safe run postgres as process in windows. a service *is* a type of process. yes, you could setup postgres to run in a command line window within a desktop session, starting and stopping it with pg_ctl ... you'd want to create a user specifically for this, and have that user own the postgres data directory. you would need to leave this user logged onto the console at all times, or postgres would exit when the user session terminates.
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера