Re: Postgres Process in Kernel Mode?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Postgres Process in Kernel Mode?
Дата
Msg-id 20060731210620.GL20962@alvh.no-ip.org
обсуждение исходный текст
Ответ на Postgres Process in Kernel Mode?  ("moises" <moises@cedaivc.co.cu>)
Список pgsql-hackers
moises wrote:

> 1-Can any body say me what libs use postgres for make system calls, for
> example LIBC? 

libc and a lot others.

> 2-Can any body talk me if some postgres process can run in Linux kernel
> space? 

No.

> 3- Some body knows if exist some projects that ports postgres process on
> Linux kernel space.

No that we've heard lately.  (But I remember a guy with a .cu domain
asking not long ago, maybe it was you.)

> I was found C instructions like Printf, that's prohibitive for Linux kernel
> applications, for example in kernel mode we use printk.

That's because Postgres is a user-space program and there are no
intentions to change that.

> I suppose that postgres are ported in a user space only. I'm Ok?

Yes.

If you prefer spanish, I suggest you subscribe to the pgsql-es-ayuda
list.  There is at least one Postgres hacker there.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Going for "all green" buildfarm results
Следующее
От: Chris Browne
Дата:
Сообщение: Re: Postgres Process in Kernel Mode?