Re: setproctitle() no longer used?

From: Vince Vielhaber <vev(at)michvhf(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: The Hermit Hacker <scrappy(at)hub(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: setproctitle() no longer used?
Date: 2000-05-11 00:16:39
Message-ID: Pine.BSF.4.21.0005102016210.33388-100000@paprika.michvhf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 10 May 2000, Bruce Momjian wrote:

> > > > making it: setproctitle("Postgres Power!"); gives this:
> > > >
> > > > 34273 p3 S 0:00.00 test: Postgres Power! (test)
> > >
> > > Well, that's interesting. Our issue with setproctitle is how fast it
> > > is. Every query changes its proctitle, so it has to be fast. Tom want
> > > to have setproctitle on backend startup, then use the fast method on
> > > platforms that support it.
> > >
> > > Does the existing postgres ps title code work on your Linux?
> >
> > I'm assuming you're not asking me..
>
> I thought I was. :-)
>
> I now realize you are running FreeBSD. Yikes.
>
> So neither works. Well, that is a problem. Does the -lutil help?
>
>

No, I compiled every time with -lutil

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev(at)michvhf(dot)com http://www.pop4.net
128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-05-11 00:21:45 Re: setproctitle() no longer used?
Previous Message Bruce Momjian 2000-05-11 00:12:12 Re: setproctitle() no longer used?