Re: listening addresses

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: listening addresses
Дата
Msg-id 405C77F1.8030506@dunslane.net
обсуждение исходный текст
Ответ на Re: listening addresses  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers

Tom Lane wrote:

>also, is it safe to
>assume that a byte sent with send() is *immediately* ready to recv()?
>
>  
>

If not presumably you could either sleep for a very small interval 
before the recv or select on the socket for a very small interval. Half 
a second should be ample, I would think.

This doesn't strike me as a high priority item, but possibly worth 
putting on the TODO list? Or I could just include it when I get around 
to the rest of the listening address stuff we discussed earlier.

cheers

andrew



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: listening addresses
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: Syntax error reporting (was Re: [PATCHES] syntax error position