Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 1996 12:04:13 -0500
From:      Bakul Shah <bakul@plexuscom.com>
To:        hal@vailsys.com
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Programming technique for non-forking servers? 
Message-ID:  <199611151704.MAA02558@chai.plexuscom.com>
In-Reply-To: Your message of "Fri, 15 Nov 1996 10:31:33 CST." <328C9AE5.7339@vailsys.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Not exactly on subject, but does anyone know of a C++ class library for
> network servers?  Or is C++ still mainly for cooking application-level
> code?

C++ is eminently useful for doing network servers.  See
    http://siesta.cs.wustl.edu/~schmidt/ACE.html
for one example of it.  I cooked up something much more light-weight
at a previous job but I can't give it away.   While I am at this,
I will also recommend

Design Patterns, 
Elements of Reusable Object-Oriented Software
by
Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides 
Hard-cover, 416 pages, Addison-Wesley 1995, ISBN 0-201-63361-2. 

If you can get past all the O-O buzzwords this is a very useful book
on how to structure large software projects, it has examples of
patterns (or idioms) useful in many different contexts etc.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611151704.MAA02558>