[ back to toc ]

OS UNIX

Date: 2002/04/03 10:07

Q:
Hello.

I'm new in UNIX os.
But I need to write daemon application using C language on SCO Openserver
5.0.

The purpose of application is to establish connection between
client/server and exchange data.

Please help me any source or referrence about this.

Thank u.
A:
You have to know a lot about socket programming. Read Beej's Guide (find
it using google.com).

Writing a daemon is nothing but configuring a program to be started by the
OS via inittab. Don't be afraid of that.

>The purpose of application is to
>establish connection between
>client/server and exchange data.

This is usually that daemons do.

Regards,
Peter

[ back to toc ]