next: UI and graphics previous: Concurrency top: Contents
Spark support BSD sockets. It also have higher-level abstractions to directly deal with protocols like HTTP and FTP. To ease development of high-performance network servers without the overhead of one thread per client, it has an implementation of the
Reactor Pattern. Each of these facilities are explained in the following sections.
