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
I write my server as a backend to receive message from erlang node with twotp, it's simply a echo like server but without echo back,i found RES in top inreased continuously,code like below
I write my server as a backend to receive message from erlang node with twotp, it's simply a echo like server but without echo back,i found RES in top inreased continuously,code like below
class EventLoop(object): def **init**(self, node_name, proc_name, server): self.server = server print node_name, proc_name cookie = readCookie() nodeName = buildNodeName(node_name) log.startLogging(sys.stdout) self.connection_mgr = ConnectionManager() self.process = Process(nodeName, cookie) self.process.register(proc_name) self.process.listen().addCallback(lambda x:self._recv_msg(self.process))
The text was updated successfully, but these errors were encountered: