On Tue, 16 Apr 2002, Matt Zimmerman wrote: [Own socket library vs. CommonC++]
> > We're trying to get away from CommonC++... :-) > What sort of problems did you have with it? Well, it adds too many dependencies, doesn't compile too well on architectures other than GNU/Linux (it failed on Solaris 2.8), pollutes the namespace and (most important) cannot do what we need. Plus it makes debugging hard by starting lots of background threads, which is not only unnecessary for such a simple app as mine, but also undesired for a shared library, which Max is writing. Plus, the dependency on preemptive threads makes it fail in strange ways under NetBSD, which has cooperative threads by default. Simon -- GPG public key available from http://phobos.fs.tum.de/pgp/Simon.Richter.asc Fingerprint: 040E B5F7 84F1 4FBC CEAD ADC6 18A0 CC8D 5706 A4B4 Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]