* Philip Warner <[EMAIL PROTECTED]> [010315 16:14] wrote: > At 06:57 15/03/01 -0500, Jan Wieck wrote: > > > > And shared memory has all the interlocking problems we want > > to avoid. > > I suspect that if we keep per-backend data in a separate area, then we > don;t need locking since there is only one writer. It does not matter if a > reader gets an inconsistent view, the same as if you drop a few UDP packets. No, this is completely different. Lost data is probably better than incorrect data. Either use locks or a copying mechanism. People will depend on the data returned making sense. -- -Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]] ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html
- Re: [HACKERS] Performance monitor signal handler Alfred Perlstein
- Re: [HACKERS] Performance monitor signal handler Philip Warner
- Re: [HACKERS] Performance monitor signal handler Alfred Perlstein
- Re: [HACKERS] Performance monitor signal han... Philip Warner
- Re: [HACKERS] Performance monitor signal... Bruce Momjian
- Re: [HACKERS] Performance monitor signal... Alfred Perlstein
- Re: [HACKERS] Performance monitor s... Bruce Momjian
- Re: [HACKERS] Performance monit... Jan Wieck
- Re: [HACKERS] Performance monit... Tom Lane
- Re: [HACKERS] Performance monit... Philip Warner
- Re: [HACKERS] Performance monit... Alfred Perlstein
- Re: [HACKERS] Performance monit... Philip Warner
- Re: [HACKERS] Performance monit... Alfred Perlstein
- Re: [HACKERS] Performance monit... Philip Warner
- Re: [HACKERS] Performance monit... Alfred Perlstein
- Re: [HACKERS] Performance monit... Philip Warner
- Re: [HACKERS] Performance monit... Jan Wieck
- Re: [HACKERS] Performance monit... Alfred Perlstein
- Re: [HACKERS] Performance monit... Jan Wieck
- Re: [HACKERS] Performance monit... Philip Warner
- Re: [HACKERS] Performance monit... Jan Wieck