You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My question is it possible to have Socko initiate messages? To give a better explanation I have 2 socko webservers on separate machines & I'd like for them to communicate with each other. But for this I would need for one of the webservers to initiate the connection.
My best guess would be to setup the webservers as remote actors, but I would like the webservers to communicate with SPDY. I know Jetty has the ability for me to initiate a SPDY connection. Does Socko have this same ability?
The text was updated successfully, but these errors were encountered:
If a server needs to initiate the connection, would it no possible to have an actor in that server to use Jetty? I think what needs to be raised further is if an application can have a mix of Netty (Socko in this case) and Jetty. I have tried to find information on how an application can initiate a SPDY connection but I have yet to find a nice clean example as I have seen with as I have seen with Jetty.
Edit: I'm not familiar with the Netty and Jetty frameworks so I'm unsure if mixing them in an application would be good or bad
Raised by Tsume...
My question is it possible to have Socko initiate messages? To give a better explanation I have 2 socko webservers on separate machines & I'd like for them to communicate with each other. But for this I would need for one of the webservers to initiate the connection.
My best guess would be to setup the webservers as remote actors, but I would like the webservers to communicate with SPDY. I know Jetty has the ability for me to initiate a SPDY connection. Does Socko have this same ability?
The text was updated successfully, but these errors were encountered: