|
|
This post has NOT been accepted by the mailing list yet.
I finally get one gen_server runs in a own node and reply requests of another client nodes, requests of login, logout and sendMesagge and its pretty cool!! thanks for your help guys!!
But now i have a doubt, im not sure if the better option for client nodes is be a procces with a mailbox and render the replys OR make an another gen_server but this time for a client node.
Which one is the better option and why?
|