top | item 19386814

(no title)

k888sss | 7 years ago

Thanks. I can't upgrade clients to add reconnect functionality, and I can only work on the server side to solve the scaling issue. I think I should refactor my service as you mentioned by separating dedicated connection-managing servers and stateless worker servers such that I can scale workers.

discuss

order

dominotw|7 years ago

> I think I should refactor my service as you mentioned by separating dedicated connection-managing servers and stateless worker servers such that I can scale workers.

thats exactly what the original suggestion seemed to be was.

k888sss|7 years ago

Yupp. I think I misunderstood at first. Now I get it. Thanks all.