Re: EINTR error in SunOS

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: EINTR error in SunOS
Дата
Msg-id 20051231215049.GC634@svana.org
обсуждение исходный текст
Ответ на Re: EINTR error in SunOS  (Qingqing Zhou <zhouqq@cs.toronto.edu>)
Список pgsql-hackers
On Sat, Dec 31, 2005 at 04:46:02PM -0500, Qingqing Zhou wrote:
> Is that by default the EINTR is truned off in NFS? If so, I don't see that
> will be a problem. Sorry for my limited knowledge, is there any
> requirements/benefits that people turn on EINTR?

I wont speak for anyone else, but the reason I set intr on for NFS
mounts is so that if I turn off the file server I don't get unkillable
processes on the client. Messy sure, and maybe there's a better
solution made since but I really don't like processes stuck in D state
(ie kill -9 won't work). Better the program die in some wierd way than
that...

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

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

Предыдущее
От: Qingqing Zhou
Дата:
Сообщение: Re: EINTR error in SunOS
Следующее
От: Greg Stark
Дата:
Сообщение: Re: EINTR error in SunOS