Lines Matching refs:servers
25 * Client is able to switch between different servers (if one goes down, client
28 Resending transactions to different servers on timeout or error.
29 * Read request (data read, directory listing, lookup requests) balancing between multiple servers.
30 * Write requests are replicated to multiple servers and completed only when all of them are acked.
31 * Ability to add and/or remove servers from the working set at run-time.
38 can contain creation and data writing commands). Transactions are committed by all the servers
40 For example, reading will return an error if no servers are available.
45 servers and async threads will pick up replies in parallel, find appropriate transactions in the
55 workloads and can fully utilize the bandwidth to the servers when doing bulk
58 POHMELFS clients operate with a working set of servers and are capable of balancing read-only
60 Administrators can add or remove servers from the set at run-time via special commands (described
61 in Documentation/filesystems/pohmelfs/info.txt file). Writes are replicated to all servers, which