Quoting Ray Burkholder <[EMAIL PROTECTED]>: > >> >> ACE is a completely different thing. ACE is a cross-platform >> TCP/IP library (which we happen to presently use at work but >> soon will get rid of), roughly equivalent to asio. >> > > Does ICE supercede what ACE was doing, or are you replacing ACE with > something else?
OK, I understand now. You didn't mean "ACE" but "TAO", which is a CORBA implementation developed by the same people, didn't you? ACE provides TCP/IP sockets and protocols (IP, TCP, UDP, etc) ICE provides remote method invocation on top of TCP/IP We are replacing ACE with Qt to reduce our third party dependencies. All the applications which currently use ACE are daemons which will be converted to QCoreApplications. We are sticking to ICE for RPC. -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
