Stream: wasmtime

Topic: ✔ socket connect limit


view this post on Zulip Ashanti Mutinta (Jul 10 2024 at 21:31):

Is there a limit on how many wasi sockets can be created? E.g if I create 10 sockets and initiate connection on then all. My assumption is that it's limited by the host system

view this post on Zulip Dave Bakker (badeend) (Jul 11 2024 at 07:49):

wasmtime doesn't limit the number of open sockets (or files, for that matter). If you encounter such a limit, then that's almost certainly because of the underlying OS.

view this post on Zulip Ashanti Mutinta (Jul 11 2024 at 08:48):

Awesome I suspected so thanks

view this post on Zulip Notification Bot (Jul 17 2024 at 16:09):

Victor Adossi has marked this topic as resolved.


Last updated: Nov 22 2024 at 16:03 UTC