View Single Post
Old 1st December 2008, 09:29 AM
Casinoprovider's Avatar
Casinoprovider Casinoprovider is offline
Registered User
 
Join Date: Nov 2008
Location: China
Posts: 2
WTGs: 0
WTGd at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Reputation Points: 10
Rep Power: 0
Casinoprovider is on a distinguished road
Smile Tips for real money casino developement

Did you ever wanna set up your own Multi-player casino portal?

If so, here is some technologies tips which my casino solution found in few years development work, I'd like sharing with you guys.

Do you know the difference between PHP(Http protocol) and Java (Socket protocol) which you wanna develop your casino games.


HTTP Protocol
Http protocol is a Weak Ties. The unique of result will be responded when the server got a request. If there is no request there, no result will be responded by server, it has a bad performance in Real-time interaction, multi-player interaction and can’t realize real-time communication, but http protocol has a good performance in stand-alone version

Socket protocol
Socket protocol is use TCP/IP strong ties to complete the interaction of data. The user side won't call any request after the link is built. And also, the server will send the data automatically for acting the movement in User Side.It has a good performance in Real-time interaction, multi-player interaction and real-time communication.

If there any questions you have, please leave a message to me or contact me directly.

Winston
Reply With Quote