JanPRO Well-Known Member Licensed User Longtime User Dec 22, 2014 #1 Hello, is there a way in B4J to connect hundreds of clients to a Tcp server without allocate a thread for each of the clients? Best regards JanPro
Hello, is there a way in B4J to connect hundreds of clients to a Tcp server without allocate a thread for each of the clients? Best regards JanPro
Erel B4X founder Staff member Licensed User Longtime User Dec 23, 2014 #2 No. Though a standard computer can handle creating several hundreds of threads quite easily. I recommend you to use the jServer library for "real servers". You can use web sockets if you need to maintain connections. Upvote 0
No. Though a standard computer can handle creating several hundreds of threads quite easily. I recommend you to use the jServer library for "real servers". You can use web sockets if you need to maintain connections.