Sub Handle(req As ServletRequest, resp As ServletResponse)
mResp = resp
'Ping a list of IPs
StartMessageLoop
End Sub
Sub ping _result
'mresp redirect the user to best ping server
Stopmessageloop
End sub
That´s what i understand, yes.Do you want to use the same ip address for multiple sites or servers?
What exactly are you trying to do?
Do you want to use the same ip address for multiple sites or servers?
The truth is that it is unlikely that a single server will not be enough. See the performance numbers I posted. A B4J server running on a regular computer can handle 2000+ requests per second.Suppone also that a unique b4j server will not be enough (too many clients).
I knew that tests; it will not be my case, but I saw an online multiplayer card game (like mine SHOULD beThe truth is that it is unlikely that a single server will not be enough. See the performance numbers I posted. A B4J server running on a regular computer can handle 2000+ requests per second.
First I have to discover what is a "balancer"If a single server is not enough then you need to use a load balancer. The user sends the first request to the load balancer (which you can implement in B4J)
Yes I think some applications can have huge connected users at the same time .I knew that tests; it will not be my case, but I saw an online multiplayer card game (like mine SHOULD be) which had 85,000 users connected at the same time (at least they claim this).
Yes, I thought to this too... but I cannot know exact values.Even if there are 85k users connected, it doesn't mean that each one of them sends a request every second.
A diagram of how B4i builders work would be VEEERY usefulThis is for example how the B4i builders work.
Of course not.Is it saving and proccessing all users' data on one server ?
Each one of the builders sends a "ping" message to the manager every minute.A diagram of how B4i builders work would be VEEERY useful
So how is it connected to servers ?Of course not.
See "Load Balancing". I would prefer the built in functions of Apache (safe & tested)... and don't forget the database System...
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?