tustvold commented on issue #3740:
URL: https://github.com/apache/arrow-rs/issues/3740#issuecomment-1444281971

   > using async primitives to do the actual writing within the same thread
   
   FWIW tokio doesn't support non-blocking filesystem IO, tokio-uring is still 
experimental, so it will always dispatch to a separate blocking threadpool. 
This was what I was alluding to when I suggested sockets might be a more 
compelling primitive than using filesystem APIs


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to