Server Application Tutorial

Table of Contents

Getting Started - Figuring out what your server sub-class needs

The GTcpServer object provides an easy-to-use system for handling incoming TCP/IP connections. It was intended to be used in network-oriented GUI applications, and provides utilities and features for that purpose. This tutorial covers the way to use the GTcpServer object through subclassing, and how to use this subclass in a user application. It is a mid-level tutorial, for those familiar with GType and GObject.