-
Notifications
You must be signed in to change notification settings - Fork 0
Compare to other products and languages
vird edited this page May 22, 2017
·
10 revisions
-
|||&&&operators are dropped. Useor,and. You can apply it to bool or int type.
- SS is not ACID by default, and SS has no rich distributed primitives for syncronization.
- SS is not Java-friendly by default.
- In SS function is not Actor. Multiple functions can be fused in single function.
- You can't send message to function without specifying connection. Function doesn't have email for recieving messages.
- You can see message queue in reciever function, but it's not recommended as common practice.