I was looking into APE and they have a socket library that creates a socket server. Is there a tutorial on how to go about creating this so that the socket server is always running? and how well does it scale?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Mmmm, not sure what are you looking for. The socket server looks pretty straightforward!
http://www.ape-project.org/docs/server/sockets/sockserver.html
About the scaling, I don’t know, but they claim it scales (vertically) to more than 100,000 concurrent clients.