this post was submitted on 30 Oct 2023
1010 points (96.2% liked)

Programmer Humor

35292 readers
45 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] xmunk@sh.itjust.works 6 points 2 years ago (1 children)

File upload behavior is actually determined by your web server (unless you're launching PHP in listening mode) so apache is probably who you want to blame here.

[โ€“] thews@lemmy.world 3 points 2 years ago* (last edited 2 years ago)

Other languages behind reverse proxies from apache httpd or nginx do not have the same memory hit. You can still blame php. Not my fault they tied their language to the webserver in a way that uses tons of extra memory.