[mdlug] C Library for network applications

Evan Carew carew at pobox.com
Thu Mar 15 09:25:42 EDT 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Don't know if its too late to comment, but the usual suggestion would
be to use something like RPCs for light simple and stupid, or CORBA
for a graded level of complexity. I've used both, and these days I
mostly use ACE+TAO CORBA which tends to make executables of about 28K
in size. If you are using them without a naming service, then two of
these is all you need.

I started out doing the RPC thing because I didn't want to do the
network programming thing and was happy to hand off the management of
the code to an IDL. After not too long tho, it became apparent that
the RPC system was somewhat less than useful in the general case, so I
started looking at other systems. After a lot of kicking and
screaming, CORBA looks like the long term winner for my needs.

Wojtak, Greg wrote:

>Does anyone have any experience using any of the network libraries available
>out there? I am writing a small network based daemon and don¹t want to
>learn the intricacies of network programming in order to accomplish this
>otherwise small program.
>
>Greg
>_______________________________________________
>mdlug mailing list
>mdlug at mdlug.org
>http://mdlug.org/mailman/listinfo/mdlug
>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFF+UlWpxCQXwV2bJARAgRCAJ4tEvpPK7rDnJP6GGB6VMP2Y0svGQCfcSzs
FGMcS2S/Sxyysb1eQvBawzU=
=UiDD
-----END PGP SIGNATURE-----




More information about the mdlug mailing list