[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
- Sites and SSL
Hi! I'm trying to configure Appsite sites, and I'm using Cloudflare for SSL. After I generate the SSL certificate (It generates fine it seems), I go and load t...
- Error Getting Github token on 1.7.4
I set up GitHub integration on Selfhost using version 1.7, and it was working correctly since then. After upgrading to version 1.7.4 with the same configuration...
- API Endpoint to Verify Password.
I have 2 use cases where i need to verify a users password outside of login, e.g. Updating user account data (such as name, or prefs, or data in a users databa...
