Rank 1: Thread
Hi all!
Functions in appwrite are executed in one thread or (is/can be configured) multithreading?
Thank you!
Votes
0
Replies
7
Participants
Unknown
Messages
8
Rank 1: Thread
Hi all!
Functions in appwrite are executed in one thread or (is/can be configured) multithreading?
Thank you!
Rank 5: Hypervisor
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
Moderator
Ignore what I've said
Moderator
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
Moderator
I think what you understand with multi-tread is basically that, parallel execution
Moderator
If you mean using all CPU cores, yes, by default it should use all of them too
Rank 1: Thread
@D5 Now everything is clear. Thanks a lot!
Rank 1: Thread
[SOLVED] functions are executed in one thread or (is/can be configured) multithreading?