-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We are trying to build an SMTP Server to receive mail notifications from various clients over internet. As each of the communication will be longer and it needs to log everything, doing this Asynchronous way is little challenging as well as by using Socket's Asynchronous methods we are not sure of…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
HOST = same host all the time, accepts multiple connection. I have a dedicated server and I will buy extra IP's.
Socket 1 connects to HOST:PORT, from IP-1
Socket 2 connects to HOST:PORT, from IP-1
Socket 3 connects to HOST:PORT, from IP-1
Socket 4 connects to HOST:PORT, from IP-2
Socket 5 connects…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
HOST = same host all the time, accepts multiple connection. I have a dedicated server and I will buy extra IP's.
Socket 1 connects to HOST:PORT, from IP-1
Socket 2 connects to HOST:PORT, from IP-1
Socket 3 connects to HOST:PORT, from IP-1
Socket 4 connects to HOST:PORT, from IP-2
Socket 5 connects…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm curious to know if, after a WebSocket has been established (after having received the proper handshake from a server that supports them), whether or not the TCP socket used by the "WebSocket connection" is used exclusively by the WebSocket, or if the browser may still make regular HTTP requests…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My program uses sockets, what Parallel computing APIs could I use that would help me without obligating me to go from sockets to anything else?
When we are on a cluster with a special, non-socket infrastructure system this API would emulate something like sockets but using that infrastructure (so…
>>> More
-
as seen on Super User
- Search for 'Super User'
I have a router that sets up rules like so:
TCP Any -> 5800
Any -> 5900
UDP Any -> 5800
Any -> 5900
Computer: ip-address
This would allow someone 'outside' to connect to my router's port 5800 and 5900 and forward that to the same port on my computer.
My issue is that I want the 'outside'…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
a colleague of mine wrote a webservice that runs on port 8081 of our Windows 2008 Server.
He uses the class ServiceHost, afaik this means its a standalone host (no IIS or ASP involvement). Note: I'm new into WCF ;)
Now there are some issues with clients behind a firewall blocking the requests…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I installed and configured hadoop on my Ubuntu 14.04 server, virtualized inside of hyper-v, however I am getting an issue when i run start-dfs.sh
root@sUbuntu01:/var/log# start-dfs.sh
14/06/04 15:27:08 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have a powered 7 port hub connected to my Ubuntu box and it does nothing.
The devices (zip drive and web cam) work direct, but aren't recognized through the hub.
This worked fine in Windows 7. I can't prove it is the OS because this is a new motherboard and processor.
Any advice?
EDIT : Output…
>>> More
-
as seen on Super User
- Search for 'Super User'
I am using outlook 2003. My email provider is Cox. Trying to change my out going port to 587 so I send mail while traveling. Others I know on Cox have done this with succes, but they are using newer version of outlook.
When I go to change my existing email accounts, outlook will not allow me to…
>>> More