Hacker News new | ask | show | jobs
by lenlorijn 575 days ago
Most PHP apps use a deployment method where a symlink gets set to a directory with a new version of the code. Because of how opcache works this has no impact on running requests, while new requests get handled with the new code.
2 comments

Yes, my point really... it's really not "just upload files" like it's 1997.
That sounds pretty neat.