Hi , Tony! thanks for your reply.
so if i want to start two process of the same TCP server should i do ?
DCell.start :addr => "8083", :id => "id-#{port}", ....
supervisor1 = Server.supervise_as(:messages, "0.0.0.0", 8080)
supervisor2 = Server.supervise_as(:messages, "0.0.0.0", 8081)
DCell::Global[:messages] = [supervisor1.actor, supervisor2.actor]
is this possible ?
regards
Atte.
Miguel Michelson Martinez
www.artenlinea.com