postgres process live in memory

Asked by dharmesh

Hello,
I am using latest version (trunk) openerp server.
After my work completion with openerp, i am just simply disconnect from menu File-->Disconnect through client.
It is working fine.
Now i am trying to find process related to postgres and it strange that still i can see process in idle state after disconnecting properly.

6894 ? Ss 0:01 postgres: dra mrp [local] idle

If i am connecting to different DB new process in list and stay as it is.

Can you tell me reason for that please ?

Question information

Language:
English Edit question
Status:
Answered
For:
Odoo Server (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

This question was originally filed as bug #463219.

Revision history for this message
Numérigraphe (numerigraphe) said :
#1

I think this is due to the 3-tier architecture of OpenERP.
When you disconnect, you break the connection between the client and the server, but the server keeps connected to the database (probably just in case another client needs it later).

Please see http://doc.openerp.com/book/1/1_1_Inst_Config/1_1_Inst_Config_architecture.html

Can you help with this problem?

Provide an answer of your own, or ask dharmesh for more information if necessary.

To post a message you must log in.