Topic: What about the Adaptive Communication Environment?
Author: cplusplus0x@yahoo.com (Sea Plusplus)
Date: Fri, 23 Jan 2004 23:20:28 +0000 (UTC) Raw View
Doesn't ACE address many (all?) of these issues?
Pattern Oriented Software Architecture Volume 2 and C++ network programming
volumes 1 and 2 seem to address these issues rather well.
Any chance of ACE and TAO being added to the C++ standard library?
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
Author: belvis@pacbell.net (Bob Bell)
Date: Sat, 24 Jan 2004 18:55:50 +0000 (UTC) Raw View
cplusplus0x@yahoo.com (Sea Plusplus) wrote in message news:<51a27f2.0401220351.5f99b22e@posting.google.com>...
> Doesn't ACE address many (all?) of these issues?
>
> Pattern Oriented Software Architecture Volume 2 and C++ network programming
> volumes 1 and 2 seem to address these issues rather well.
>
> Any chance of ACE and TAO being added to the C++ standard library?
Many (all?) _what_ issues?
What are you talking about?
Bob
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
Author: invalid@yahoo.co.nz (Graeme Prentice)
Date: Sun, 25 Jan 2004 01:15:08 +0000 (UTC) Raw View
On Fri, 23 Jan 2004 23:20:28 +0000 (UTC), Sea Plusplus wrote:
>
>Any chance of ACE and TAO being added to the C++ standard library?
>
What benefit would that have? AFAICS, being an independent single
source library outside ISO ensures consistency in behaviour (with a
conformant compiler), rapid bug fixes and frequent enhancements. With
multiple vendor/ multiple source libraries you get slight differences in
behaviour.
Graeme
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]