Search the Community
Showing results for tags 'windows 2008'.
-
Hi, I am using windows 2008 RC2 Enterprise edition and I am trying to open 100 concurrent TCP/IP connection to the specified IP address. I am getting Buffer space unavailable (Max connections reached). when i tried to run netstat -n i found out many loopback connections are getting created. How can i disable the loopback connections. help me plz!!! Thanks in advance kishore
-
Hi All! I'm quite new to windows and I'm having a hard time finding a solution to a simple problem: I do some numerical simulations in a server; they are all command line programs so I do not need any type of GUI for executing them, and they save the results to ASCII files. I would need to run those program from my computer and let them running for weeks, even if my PC is shut down, etc. (It's a laptop that I often close and bring to somewhere else, etc.) I tried with Telnet but I didn't succeed in leaving the program running after I close the session. In *Nix there's a program called "screen" with let's you detach the actual command line and reattach it later, so it doesn't matter if the connection is closed (or lost), the program keeps running. Thanks in advance!