oowl commented on issue #1480:
URL:
https://github.com/apache/incubator-opendal/issues/1480#issuecomment-1858873224
As we have added some Tokio runtime as dependencies of openDAL, So I think
the problem against OpenDAL vision which we mentioned before does not exist.
I have done some research on `tokio-ioring`, the main block of OpenDAL
using it is iouring specific thread models in tokio,
because io-uring pull msg queue is not thread safety, so `tokio-uring`
adopts an isolated thread-per-core model as runtime, OpenDAL has been using
originally tokio thread model, So which means we can not use io-uring as only
fs operation, if we want use tokio-uring function in OpenDAL, we need to
replace whole runtime as tokio-uring supported.
--
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]