TCP/IP library?

P

Paul Elliott

Is there any free software C++ library that:

1) Can listen on a socket creating a thread for each
socket accepted, so that the socket is automagickly closed when
the thread exits.
2) handle IPv6 vs IPv4 issues transparently.
3) Have a well designed API.
4) be as portable as possible, but definitely run on Linux?

Thank You.
 
F

Fabio De Francesco

Default said:

I suppose that Paul knows how to search Google, as everyone knows. I
think He wanted to know what this NG considers a good library to his
purposes and why it is. These are not the informations you could get
from google.com.

I don't like contributions like yours.

Regards,

fabio de francesco
 
D

David Schwartz

1) Can listen on a socket creating a thread for each
socket accepted, so that the socket is automagickly closed when
the thread exits.

Umm, why would you possibly want that? If you have 100 connections,
you'd have 100 threads doing nothing 99.9% of the time.

DS
 
F

Fao, Sean

Paul said:
Is there any free software C++ library that:

1) Can listen on a socket creating a thread for each
socket accepted, so that the socket is automagickly closed when
the thread exits.
2) handle IPv6 vs IPv4 issues transparently.
3) Have a well designed API.
4) be as portable as possible, but definitely run on Linux?

Do you have something against the socket libraries that *nix developers
have been using for years with much success?
 
F

Fao, Sean

Do you have something against the socket libraries that *nix developers
have been using for years with much success?

Sorry for the off-topic reply. I thought I was in comp.os.linux.networking.
 
D

Default User

Fabio said:
I suppose that Paul knows how to search Google, as everyone knows. I
think He wanted to know what this NG considers a good library to his
purposes and why it is. These are not the informations you could get
from google.com.

That doesn't make it topical though, does it. And I disagree with your
contention, I find that a number of people that post here seem to have
no idea how to do basic research.
I don't like contributions like yours.

I don't like yours either. So?



Brian
 

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,201
Messages
2,571,049
Members
47,654
Latest member
LannySinge

Latest Threads

Top