forking a server process in backend/main/main.c

From: "Jenny -" <nat_lazy(at)hotmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: forking a server process in backend/main/main.c
Date: 2003-05-02 21:48:35
Message-ID: BAY1-F153kZIhTrBoe200003ae8@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Does anyone know whether it's a good idea to put code in backend/main/main.c
that forks a server process (which continually sends data<-- resulting from
a call to GetLockStatusData())
to a client?

GetLockStatusData() function exists in src/backend/storage/lmgr/Lock.c.

If NOT a good idea to do so, where should I put the code?

Thanks,
Jen

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail

Browse pgsql-hackers by date

  From Date Subject
Next Message Bradley Baetz 2003-05-03 06:47:25 CVS psql segfault
Previous Message Jenny - 2003-05-02 20:10:31 Using GetLockStatusData in main