Tagged Questions

1
vote
4answers
40 views

Java Problem “UnsatisfiedLinkError”

I made a simple java program that sends bytes to the parallel port, which uses a .dll along with two other classes (pPort.java and ioPort.java) to accomplish it, and it works perfe …
1
vote
1answer
26 views

How do I get process name of an open port in C#?

How do I get process name of an open port in C#?
-1
votes
4answers
140 views

Is porting to the mac worth it? [closed]

Hello, We're considering having Codeweavers "wrap" our windows applications so that they run on the mac and linux. Obviously we'd need to balance the cost outlay with increased re …
0
votes
5answers
156 views

C++ Serial Port Question

Problem: I have a hand held device that scans those graphic color barcodes on all packaging. There is a track device that I can use that will slide the device automatically. This t …
1
vote
1answer
15 views

Cloud computing usage pattern. Can I have some port open within an app running in a cloud?

Hi! I'm developing a small web service which will partially rely on SMTP and FTP servers. I'm interested is it possible for me to create an app that will run within a cloud and st …
1
vote
1answer
50 views

C++ Serial Port Only Responding Once Using Write()

All the code below works. My device responds, C,7 is a reset. When I run this the second time it doesn't respond. If I manually turn my device off and on, then run this script agai …
0
votes
1answer
41 views

Example code of libssh2 being used for port forwarding

I'm looking for an example of how to use libssh2 to setup ssh port forwarding. I've looked at the API, but there is very little in the way of documentation in the area of port for …
4
votes
4answers
112 views

How the localhost port number of .NET Development Server set?

Guys, I see that time to time localhost port number changes (http://localhost:1519/ ....). Basically how does it being set or chosen? And when does it change? Thanks!
2
votes
2answers
284 views

can’t install lxml (python 2.6.3, osx 10.6 snow leopard)

I try to: easy_install lxml and I get this error: File "build/bdist.macosx-10.3-fat/egg/setuptools/command/build_ext.py", line 85, in get_ext_filename KeyError: 'etre …
0
votes
6answers
335 views

Port 80 is being used by SYSTEM (PID 4), what is that?

I am trying to use port 80 for my application server, but when I perform "netstat -aon" I get TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4 When I look up the process in task manager, it …
0
votes
2answers
136 views

Workaround for PHP SOAP request failure when wsdl defines service port binding as https and port 80?

I am consuming a SOAP web service using php5's soap extension. The service' wsdl was generated using Axis java2wsdl, and whatever options are used during generation result in the …
1
vote
0answers
16 views

fire wall fms rtmpt problem

Hi, I have flash video player that is using fms server. when firewall is blocking port 1935(the default port) it takes about 30 second to the video to be played. i try to force p …
0
votes
1answer
136 views

UDP socket port allocation failure

Hi I am creating a winsock UDP program. code i am using is shown below. I am always getting port assignment error. I am not able to understand why port always allocated is zero. …
1
vote
6answers
97 views

How do I make localhost:3000 available world-wide with my IP adress?

Hello. I have a Ruby on Rails application running on localhost:3000. I would like to make it available world-wide, using x.x.x.x:3000 (my IP address). I'm on Windows XP SP3. Tha …
0
votes
0answers
32 views

Cannot log in to server after SSH port change [closed]

I followed step one of this guide to change the SSH port of my server: http://www.linux.com/archive/articles/61061 Now, when I try to log in to it again by typing ssh -p 123 …

1 2 3 4 5 8 next
15 30 50 per page