|
I've been checking out using a system called ROS ( http://www.ros.org ) for some work.
There are lots of different types of data that get sent between network nodes in ROS. You define a struct of data that you want to send in a message, and ROS will handle...
Started by Fuzz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Connection-less
On the OS side, maintaining a list of free ports that cycling through OS network ports ranks as lower concern compared to managing communication quality that multiple ports....
Protocol Overhead: connection oriented vs.
|
|
Here is the error I get when booting up Apache2:
* Starting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName [Wed Oct 21 16:37:26 2009] [error] VirtualHost *:80 -- mixing...
Started by rrc7cz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
</VirtualHost....
</VirtualHost> <VirtualHost *:81> # ...
Example:
NameVirtualHost *:80 NameVirtualHost *:81 <VirtualHost *:80> # ...
The IP addresses named with NameVirtualHost have to match the IP address in each VirtualHost element .
|
|
I want to ask how can we enable or disable usb ports on windows vista pc. Also i have 6 usb ports , 2 in front and 4 at the back, so it it possible to disable the front usb port and enable 4 ports at the back.
Started by jack.spicer on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The two front ports probably have a cable running from the front of the pc to the motherboard, just.
|
Ask your Facebook Friends
|
I'm using ubuntu 9.10, apache2 and php5. Is it a good idea to host multiple SSL sites on one IP address but on different ports? If yes, what ports should I be using?
Answer Snippets (Read the full thread at serverfault):
Another source for annoyance is that your users must remember to enter the correct... .
So you'll loose parts of your audience this way.
I'd say it's not a good idea as there are a number of firewalls set up as port filter on other open ports.
|
|
How to host wcf services,through TCP Ports,and how to listen to it?,and consume services through these TCP ports? i.e apart from net.tcp binding,is there someway to host and consume using TCP Ports.?
Answer Snippets (Read the full thread at stackoverflow):
(when using Vista or Server 2008, you have to grant access to the port when ....
When using the port number to your base address and you're done.
You can use any port (provided you got the permission for it) to host your wcf services.
|
|
How to find available COM ports in my PC? I am using framework v1.1. Is it possible to find all COM ports? If possible, help me solve the problem.
Started by RV on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
You can get a list of all the port names and then try opening....
Also please note there is no API which will get you the list of free ports.
In later versions the Serial Port support is available through the System.IO.Ports name space.
|
|
How to find out what processes are listening on specific ports in Ubuntu?
Started by Alex on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Lsof -i :<port #>.
With lsof(1).
|
|
I have a Dell Powerconnect 2324 with Gigabit ports - 24 ports 10/100 ports with 2 Gigabit ports - that never worked. It's supposed to auto-detect everything, but even trying different combinations I never get any lights or connection on the 2 Gigabit ...
Started by Sam Brightman on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
This will also help if ....
Make linked, I see that the gigabit ethernet ports are not listed as 'plug and play' or 'autosensing'.
I believe those two gigabit ports are probably shared with port 23 & 24 of the 10/100 ports.
|
|
How do I see which processes have open TCPIP ports in OS X ?
Started by Zubair on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Does wireshark work on os x?
One alternative.
Lookup, Traceroute, Whois, Finger and Port Scan.
|
|
I have a considerably large application that uses MSDTC. How many ports should I open? Is there any way to determine it?
EDIT: I know what ports I need to open, I don't know how many I need.
Started by Migol on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As far as I remember the following ports were used:
TCP Port 1433 (Default port used by SQL Server)
UDP Port 1434 (Used by SQL Server)
TCP Port 3372 (Used by MSDTC.EXE)
I think Migol wants to know....
What the problem is.
|