[SOLVED] functions are executed in one thread or (is/can be configured) multithreading?
- 0
- Self Hosted
- Functions
Hi all!
Functions in appwrite are executed in one thread or (is/can be configured) multithreading?
Thank you!
rn I guess it's one thread, I might be wrong... config that propbely not possible if it happens it happens by default config for deciding single or multi not possible yet
Ignore what I've said
If triggered from client-side, functions run in parallel. If it's triggered server-sided, it's not run in parallel, because it could cause conflicts while doing the same operations
I think what you understand with multi-tread is basically that, parallel execution
If you mean using all CPU cores, yes, by default it should use all of them too
@D5 Now everything is clear. Thanks a lot!
[SOLVED] functions are executed in one thread or (is/can be configured) multithreading?
Recommended threads
- 1.9.1 update
do you guys, have new update workflow? migration asking me to run browser..... on VPS.
- Using Binary Log with Appwrite
If I can remember correctly appwrite uses mariaDB as the underlying database. If so could I use mariaDB’s binary log to see database operations from appwrite?
- Issue with OAuth 2.0 authentication
Good evening, I’m reaching out because I’m having a small issue with Appwrite. I’m trying to set up OAuth2 with Twitch, and even though I’m entering the correc...