SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

COID - C++ Object Interfacing Dispatcher

COID is set of libraries and tools that require a few additional keywords in declaration of class to generate a communication layer allowing remote object interfacing.
The coidgen tool automatically extracts methods that shall be remotely accessible and generates corresponding client class and host dispatcher. The communication layer automatically estabilishes direct vtable linking between client and server if they reside in the same process. Server library manages networked and local connections and provides various services to running objects.

If you consider adding object-oriented network support to your C++ project, COID may be the right solution.

For more information, see doc/ and web/ directories, or visit our homepage:

http://coid.sourceforge.net/


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.