coopernurse / node-pool

Generic resource pooling for node.js
2.38k stars 259 forks source link

Could you please implement backend to save this pool #109

Closed cowboybkit closed 7 years ago

cowboybkit commented 8 years ago

Object in pool will save in Backend (like memcached) . Object must have a special method like serialize JSON or concat to string to save to backend.

Useful: when process crash and re-run, the pool will initial from backend and restore old config from last process.

sandfox commented 7 years ago

Without an actual concrete use case or a PR I'm not really sure what a useful way to implement this would be.