Skip to content

Improve the scalability of SyncIoDisk #262

@tatetian

Description

@tatetian

The SyncIoDisk in sgx-disk is not scalable on concurrency.

image

The problem is that there is a lock hold while doing I/O. This lock can be removed if using read_at and write_at API.

image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions