westonpace commented on issue #35176:
URL: https://github.com/apache/arrow/issues/35176#issuecomment-1511774877

   I'd say this is non-trivial but should be doable.  Most non-I/O components 
generally have a way to disable threading.  There are probably some exceptions 
however and we could clean those up.
   
   I/O, on the other hand, tends to rely on the I/O thread pool being 
available.  What does I/O look like in emscripten?  I'm thinking of both "local 
disk I/O" (e.g. read a parquet file from local disk) and network I/O (e.g. read 
a parquet file from S3)?
   
   Does emscripten have APIs for these things?  Do they have async variants?


-- 
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