Timeline for Am I right that switching programming languages will have little impact on the scalability of a CRUD API?
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 26, 2022 at 0:26 | comment | added | Daveo | The question mentions performance several times and uses it interchangeably with scalability if changing languages improves performance by 7 times it by default scales to handles 7 times the request. So not sure how that misses the point entirely ? | |
| May 25, 2022 at 20:18 | comment | added | JacquesB | This answer misses the point entirely. Of course some languages/frameworks are faster than others for select tasks. The question is: Does it matter for the scalability of the system as a whole? | |
| S May 25, 2022 at 1:04 | history | suggested | Peter Mortensen | CC BY-SA 4.0 | Copy edited (e.g. ref. <https://en.wikipedia.org/wiki/ASP.NET_Core> and <https://en.wikipedia.org/wiki/.NET_Framework>). Expanded. Added some context. Dressed the naked link. Removed unnecessary formatting. |
| May 20, 2022 at 15:41 | comment | added | Peter Mortensen | Yes, serialisation and deserialization in .NET can easily be slowed down by a factor of 30-40 if reflection is invoked (the default). It doesn't scale by default. Real story. | |
| May 20, 2022 at 15:39 | review | Suggested edits | |||
| S May 25, 2022 at 1:04 | |||||
| May 16, 2022 at 12:06 | comment | added | FluidCode | It sound like something coming straight from Microsoft marketing department. | |
| May 13, 2022 at 0:31 | history | edited | Daveo | CC BY-SA 4.0 | added screen |
| May 12, 2022 at 7:45 | comment | added | PeterT | images on that blog-post are broken for me | |
| May 12, 2022 at 4:31 | history | answered | Daveo | CC BY-SA 4.0 |