How does veb framework works? is it multithreaded ? does it uses async i/o #25243
Unanswered
pradeepbgs
asked this question in
Questions and Answers
Replies: 2 comments
-
Currently, it is this (single threaded): https://github.com/vlang/v/tree/master/vlib/picoev |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please also take a look at this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
so i have a question/confusion that how does veb framework works under the hood. is it single threaded or using a thread pool?
because i testes a simple hello world app and it didn't perfom well.
Beta Was this translation helpful? Give feedback.
All reactions