After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 691208 - The problem of GIOScheduler maximum thread limits
The problem of GIOScheduler maximum thread limits
Status: RESOLVED DUPLICATE of bug 687223
Product: glib
Classification: Platform
Component: gio
unspecified
Other All
: Normal critical
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-01-06 01:45 UTC by Heiher
Modified: 2013-01-06 09:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Heiher 2013-01-06 01:45:57 UTC
There is a TCP stream forwarding program using GSocketConnection (as GIOStream), One session have two GSocketConnections, one for client, another for local service, two GSocketConnections will splice by 'splice_async' method at it is connected. The session count is no limited, so one session blocks two thread in thread pool of GIOScheduler, but the maximum thread count = 10.

Why limited it?
Comment 1 Colin Walters 2013-01-06 09:56:46 UTC

*** This bug has been marked as a duplicate of bug 687223 ***