kirm / sip.js

Session Initiation Protocol for node.js
MIT License
427 stars 171 forks source link

proxy scaling past single process #112

Open ruffrey opened 8 years ago

ruffrey commented 8 years ago

Hello and thanks for the lib..I see that in proxy.js there is a memory cache of contexts. This won't scale past a single process, correct?