You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/04/17 17:19:11 UTC

[GitHub] [arrow] westonpace commented on issue #35176: [C++] Arrow_threading

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org