exception thrown on one machine, but not another

A

Adam

Hello,

I'm using the GNU Common C++ socket library to write a simple
client/server application. When I run my application on one machine and
get a socket error (say a timeout), an exception is thrown by the
library. When I run my application on a different machine and get a
socket error, no exception is thrown. What would cause the difference
in behavoir?

Thanks for any help,

Adam
 
V

Victor Bazarov

Adam said:
I'm using the GNU Common C++ socket library to write a simple
client/server application. When I run my application on one machine and
get a socket error (say a timeout), an exception is thrown by the
library. When I run my application on a different machine and get a
socket error, no exception is thrown. What would cause the difference
in behavoir?

Different implementation of communication layer in the OS. Different
implementation of the library on different platforms. Who can know?
Have you tried contacting the suppliers of that library?

V
 
M

Mike Wahler

Adam said:
I posted a message in the forum on sourceforge and have not received a
response yet.

That doesn't change what Victor told you. Here we
discuss the standard C++ language, which does not
address networking issues, the workings of nonstandard
libraries, or operating systems.

-Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,197
Messages
2,571,040
Members
47,635
Latest member
SkyePurves

Latest Threads

Top