> If you have some custom synchronize functions and you want to use it in web 
> server, then create dedicated threads to those task or send those tasks to 
> some other dedicated processes/servers.

It's like double language problem in Python, if you want it fast you need to 
use C-wrappers. In this case if you want your server to be fast you can't use 
`std/files` and need to use something else, like `std/asyncfile`.

> calling sync code simply block no matter which language or library you are 
> using. It is the job of programmers to choose a sound solution that meet 
> requirements

The difference is how server deals with the "blocking sync code".

Reply via email to