Re: Confusing terminology

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Confusing terminology
Дата
Msg-id 200201182012.g0IKCP210605@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Confusing terminology  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> While this is certainly project-specific language, it's useful to people
> who may actually have to look at the code; and if they're reading
> documentation that is talking about the parts of the server in the first
> place, they're not that far away from wanting to look at code.  I don't
> think that
> 
>     After receiving a connection request, the server spawns
>     a session process to handle that client session.
> 
> is an improvement --- it seems more to have reduced the concept to a
> tautology.  (Also, as seen here, I don't care for using "session"
> to describe a process.  A session is a different sort of animal.)

Yes, I feel session is something that exists between the client and the
server.  It is not a server-only concept.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: user types API wish list
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: Text Column limits