Displaying 1 result from an estimated 1 matches for "nlshare".
Did you mean:
lshare
2016 Apr 08
2
Broken pipe with own dict server. Timing issue?
Hi,
I have created my own dict server (proxy:[<dict path>]:<destination
dict>) to access a proprietary database. The dict server basically
creates a listing socket on a separate thread and then waits for
incoming requests with accept(handle, NULL, 0). When a request comes in
(i.e., when accept returns the accepted socket fd), the request is
handed over to a handler thread (from a