Winsock Questions <Resolved>
Hi, sorry to bother you guys with such questions, but I'm trying to research for a project that I have to do in one of my classes, and I would like to do it in VB, else I'd have to do it with JSP... so I have some questions.. (please don't laugh if they are silly :blush: , for I am new at the whole networking concept)
Let's say I want to create a client/server using winsock...
1. Is there a way I could find hosting for my server application so that it can be accessed anytime? If so, what could support it?
2. Is there a way to make the server accept more than 1 client request at a time or is a winsock array the solution?
3. What is the relevance between winsock programming and RPC programming, and how can they be used together?