I have two websockets running on two separate machines. Now I want to share connection pool (SplObjectStorage) between two webscokets app (make them run in cluster). What is the best way to do it? I came across solution like wamp, but in current architecture wamp is not an option.
I have two websockets running on two separate machines. Now I want to share connection pool (SplObjectStorage) between two webscokets app (make them run in cluster). What is the best way to do it? I came across solution like wamp, but in current architecture wamp is not an option.
Is there any solutions like using redis?