RGtk2 (version 2.20.31)

gThreadedSocketServiceNew: gThreadedSocketServiceNew

Description

Creates a new GThreadedSocketService with no listeners. Listeners must be added with gSocketServiceAddListeners().

Usage

gThreadedSocketServiceNew(max.threads)

Arguments

max.threads
the maximal number of threads to execute concurrently handling incoming clients, -1 means no limit

Value

GSocketService] a new GSocketService.

Details

Since 2.22