InterviewSolution
Saved Bookmarks
| 1. |
________ is a multi-threaded server using standard blocking I/O.(a) TNonblockingServer(b) TThreadPoolServer(c) TSimpleServer(d) None of the mentioned |
|
Answer» The correct choice is (b) TThreadPoolServer Easiest explanation: TFramedTransport must be used with this server. |
|