diff options
author | Shehjar Tikoo <shehjart@zresearch.com> | 2009-04-01 13:58:49 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-02 19:19:11 +0530 |
commit | e27f7f344e12d0885a48fcca8dfce36440f5e9e8 (patch) | |
tree | 6294b2b9dead48c50996f8a39cf823fa123afca3 /xlators/protocol | |
parent | 42df79e2ad14053f38a12f30b29b81dd897921c9 (diff) |
io-threads: Classify requests for threadpool type
New io-threads will serve requests through two separate
threadpools.
One thread pool for requests that must be ordered
on a file that is open. so that the server can process the requests
in the order they were entered in the requests queue, and not in the order
the io-thread is able to send a request, which in turn is determined
by how the thread gets scheduled. This can also be called the
data-intensive ops thread pool.
Second thread-pool for requests that dont care about ordering, i.e.
requests like lookup, open, create, mkdir, etc.
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'xlators/protocol')
0 files changed, 0 insertions, 0 deletions