Changeset 102 for branches/home


Ignore:
Timestamp:
02/28/07 23:24:31 (18 years ago)
Author:
psmith
Message:

Set outgoing connections to be non-blocking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/home/psmith/restructure/src/io/nio-server.lisp ΒΆ

    r94 r102  
    167167                 (when new-fd
    168168#+nio-debug       (format-log t "nio-server:start-server - adding connection to nio thread ~A~%" new-fd)
     169                   (set-fd-nonblocking (async-fd-read-fd new-fd))
    169170                   (setf (gethash (async-fd-read-fd new-fd) client-hash) new-fd)
    170171                   (setf (active-conn a-node) new-fd)
Note: See TracChangeset for help on using the changeset viewer.