Echo server: Difference between revisions

Line 49:
end Echo_Server;</lang>
 
multi-threaded, multiple clients served. gcc-4.9.1 on OS X 10.10.5 handles about 2000 threads(tasks)/process, 1 thread per task.
<lang Ada>
with Ada.Text_IO;
Anonymous user