san-kumar / installer

Lambdaphp installer service
GNU General Public License v3.0
3 stars 0 forks source link

Run PHP in SERVER mode #2

Closed 4EverBuilder closed 6 years ago

4EverBuilder commented 6 years ago

Hi, Fun project! Great work..

Have you thought about running PHP in server mode, so cold starts aren't issue anymore?

Basically, you can spawn a detached PHP process, that will live open in the container after the request is served Some more info: https://www.linkedin.com/pulse/aws-lambda-container-lifetime-config-refresh-frederik-willaert Container reuse

san-kumar commented 6 years ago

Hi,

Sorry, I didn't see your reply before (for some reason i'm not github notifications for new topics - any ideas?).

Anyway, this looks like a great idea. Somebody suggested something similar to me on Hacker news also. These articles look insightful and I'll dig more into this weekend.

Best way forward would to find a project that does this