Multiplexing possiable?
Author |
Message |
Shyfire
![](http://img455.imageshack.us/img455/6945/pooptasticx1hn.jpg)
|
Posted: Thu Feb 08, 2007 12:36 am Post subject: Multiplexing possiable? |
|
|
I was wondering if it is possible to multiplex(ie virtual ports) in turing because im building a chat program and i don't want to take up all the ports on my comp cuz i want to have multiple servers running |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Cervantes
![](http://compsci.ca/v3/uploads/user_avatars/1023105758475ab2e040bde.jpg)
|
Posted: Thu Feb 08, 2007 12:10 pm Post subject: RE:Multiplexing possiable? |
|
|
How many servers are you planning on running? Thousands? If not, I wouldn't be concerned. If we're talking TCP/UDP ports, there are 65536 ports. Sure, some of them are used for things already, but the vast majority are not.
That said, if you wanted to try to compress everything into one port, you might be able to. You just have to get a good algorithm to do it. If you can get an algorithm, chances are you could implement it in Turing.
Or maybe I'm not understanding what multiplexing means. Care to explain? |
|
|
|
|
![](images/spacer.gif) |
ZeroPaladn
|
Posted: Thu Feb 08, 2007 12:47 pm Post subject: Re: Multiplexing possiable? |
|
|
i remember shyfire talking to me about it, and he is asking about splitting up the ports into 2 different ones, with one set up for input from the server, while the other is sending. Just to clarify things. |
|
|
|
|
![](images/spacer.gif) |
|
|