From: Olaf Kirch <okir@suse.de>
To: Peter Astrand <astrand@cendio.se>
Cc: nfs@lists.sourceforge.net
Subject: Re: Improving unfsd scalability
Date: Thu, 30 Nov 2006 21:01:10 +0100 [thread overview]
Message-ID: <20061130200110.GA26145@suse.de> (raw)
In-Reply-To: <Pine.LNX.4.64.0611301919430.25539@maggie.lkpg.cendio.se>
On Thu, Nov 30, 2006 at 07:27:15PM +0100, Peter Astrand wrote:
> > I just wish people would leave this old code to Rot In Peace :)
>
> Yes, the old ONC RPC code is far from optimal. But, what do you suggest
Oh, I'm sorry. I was referring to unfsd.
> instead? TI-RPC? It has thread support, but it's also much more
> complicated. The implementation is not as tested and the libtirpc
> implementation is not based on the latest Sun release. And, libtirpc has
> not been ported to Windows yet, and the thread stuff makes porting
> somewhat difficult.
I'm not a huge fan of TIRPC either.
> Btw, I'm also not convinced that threading is the best solution. I tend to
> like multi-process or select-based solutions better.
I agree. It makes for trickier code though.
The premise of the "java way" of writing network services (one thread
per connection) is you trade complexity for computing resources. If
you create complex applications, you need expensive programmers and
QA. If you solve a problem by throwing more threads at it, the customer
will need more expensive hardware - which is too bad, but at least
it doesn't show up on your R&D budget :)
Olaf
--
Walks like a duck. Quacks like a duck. Must be a chicken.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
next prev parent reply other threads:[~2006-11-30 20:01 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-30 6:54 Improving unfsd scalability Murali Bashyam
2006-11-30 10:00 ` Peter Astrand
2006-11-30 10:22 ` Olaf Kirch
2006-11-30 17:58 ` Murali Bashyam
2006-11-30 18:13 ` Olaf Kirch
2006-11-30 18:27 ` Peter Astrand
2006-11-30 20:01 ` Olaf Kirch [this message]
2006-12-01 11:41 ` Improving unfsd scalability: TI-RPC Tony Reix
2006-12-01 13:52 ` Peter Astrand
2006-12-04 8:51 ` Improving unfsd scalability: TI-RPC test suite Tony Reix
2006-12-01 16:50 ` Improving unfsd scalability: TI-RPC Steve Dickson
2006-11-30 18:03 ` Improving unfsd scalability Murali Bashyam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061130200110.GA26145@suse.de \
--to=okir@suse.de \
--cc=astrand@cendio.se \
--cc=nfs@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.