Jump to content

[Solved] Python Socket Serve


Glycan

Recommended Posts

Hello, all.

 

I really want to make game in python, and I also want to get the flash crowd. My ugly hack to this is to have the game as a socket server, and teh game being a client. Thus, does heliohost support python socket servers?

Link to comment
Share on other sites

Geoff: It's impossible for a user to run a server on port 80, since Apache is already running on that port. Only one process can run on one port at a time.

 

We have all unused incoming ports blocked from remote access, but if you're accessing the port locally you should be okay. Just pick a random port and go for it.

Link to comment
Share on other sites

We don't have double email confirmation, and "cachaps" isn't a word so I'm not sure what you're saying.

 

No, it's not possible to set up a server that anyone can connect to. You can play around with mod_proxy with a .htaccess file, though, to try to redirect your traffic on that port to some URL on port 80. The result will be that you're restricted to HTTP, though.

Link to comment
Share on other sites

I meant 'cachapa'. And you do have double email confirmation, for password ressets.

Crap. Is there anyone who hosts server for free?

I don't know any off the top of my head that would do what you're asking to do.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...