The reducing syscall overhead has some signficant work in progress so

note it's existance and add attilio@ as a contact for it.
This commit is contained in:
Brooks Davis 2009-03-26 14:05:55 +00:00
parent 8277f5deaf
commit af7840548b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=34012

View file

@ -15,7 +15,7 @@ Ideas//EN"
<ideas>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.127 2009/03/21 14:21:26 stas Exp $
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.128 2009/03/22 21:11:13 erwin Exp $
</cvs:keyword>
</cvs:keywords>
@ -404,7 +404,9 @@ these buses to be a subclass of this new base class.</p>
<title>Avoiding syscall overhead</title>
<desc>
<p><strong>Technical contact</strong>: <a href="mailto:kris@FreeBSD.org">Kris Kennaway</a></p>
<p><strong>Technical contact</strong>:
<a href="mailto:attilio@freebsd.org">Attilio Rao</a>,
<a href="mailto:kris@FreeBSD.org">Kris Kennaway</a></p>
<p>setproctitle() calls are a serious
performance bottleneck in a default pgsql configuration (they are
@ -424,6 +426,10 @@ these buses to be a subclass of this new base class.</p>
massive security holes, performance issues (perhaps not visible in
simple benchmarks), etc.</p>
<p>Work is currently in progress on this and is undergoing review.
It is not complete, but intersted parties should contact Attilio
before beginning work.</p>
<p><strong>Requirements</strong>:</p>
<ul>
<li>Strong knowledge of C.</li>