Opened 14 years ago
Last modified 12 years ago
#67 new enhancement
TMPFS relies on being single-threaded
Reported by: | Jakub Jermář | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | helenos/fs/tmpfs | Version: | mainline |
Keywords: | fs, tmpfs, scalability | Cc: | jakub@… |
Blocker for: | Depends on: | ||
See also: |
Description
The TMPFS file system server protects global data structures such as the dentries hash table by virtue of running multiple fibrils in only one thread and the fact that the fibrils switch context in a cooperative fashion. This is a possible scalability bottleneck.
Change History (3)
comment:1 Changed 14 years ago by
Cc: | jakub@… added |
---|
comment:2 Changed 14 years ago by
Component: | → fs/tmpfs |
---|
comment:3 Changed 12 years ago by
Milestone: | 0.5.0 |
---|
Note: See
TracTickets for help on using
tickets.