Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
8note
27 days ago
|
parent
|
context
|
favorite
| on:
MicroVMs: Run isolated sandboxes with full lifecyc...
lambdas are ephemeral on compute, but couldn't you connect up EFS for your long lived data?
then when you launch the next one, its like you are still there?
mdeeks
27 days ago
[–]
EFS is extremely slow for many workloads. We tried it for builds and various other common use cases for coding agents and the performance just isn't there. I'm guessing lots of small random reads/writes just isn't going to ever work well.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
then when you launch the next one, its like you are still there?