|
ProstoServer is a commercial, precision-written library that enables
the user to develop servers quickly and easily. It manages client
connections, sends and receives data asynchronously and organizes a pool of
threads.
Unique to ProstoServer is the Input/Output Completion Port (IOCP)
mechanism that its work is based on. Commonly acknowledged to be the most
powerful tool for building servers in Windows OS, this mechanism allows
ProstoServer to serve up to several thousand queries per second (for
example, in the echo server mode), making it the best in terms of
performance.
ProstoServer will benefit any developer who wants to build a server but
doesn't have enough time to do it himself or doesn't want to spend money on
hiring a programmer with good understanding of TCP/IP networking and
programming language knowledge to develop it.
|