light-speed-io icon indicating copy to clipboard operation
light-speed-io copied to clipboard

Submit "get filesize" & "open" entries in parallel

Open JackKelly opened this issue 6 months ago • 0 comments

  • [ ] #41
  • [ ] Submit "get filesize" & "open" entries in parallel
  • [ ] When "get filesize" CQE arrives, allocate buffer, and check for FD. If there's an FD, then submit read, close, unregister.
  • [ ] When "open" CQE arrives, check for buffer. If there's a buffer, then submit read, close, unregister.

Related

  • #67

JackKelly avatar Feb 20 '24 16:02 JackKelly