472,146 Members | 1,222 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,146 software developers and data experts.

Sockets

Hi everyone, I need your help.

I need to create a socket server app that will accept as many as 96
simultaneous connections and do a late-binding call to a COM+ dll.
As I understand, the app has to create a separate socket thread for
each connection, do a call to the COM+ dll (already in place) and drop
the socket connection.
COM+ dll and the socket server app will sit on Win2k sp2 PIII 1GB 512
RAM.
Please give me suggestion on where to start. What should I use
Blocking or Non-Blocking sockets? How to do late-binding in C++?
Please help.

Thank you, Vadim
Jul 22 '05 #1
1 2156
On 16 Dec 2003 12:06:29 -0800, vs********@hotmail.com (Vadim) wrote in
comp.lang.c++:
Hi everyone, I need your help.

I need to create a socket server app that will accept as many as 96
simultaneous connections and do a late-binding call to a COM+ dll.
As I understand, the app has to create a separate socket thread for
each connection, do a call to the COM+ dll (already in place) and drop
the socket connection.
COM+ dll and the socket server app will sit on Win2k sp2 PIII 1GB 512
RAM.
Please give me suggestion on where to start. What should I use
Blocking or Non-Blocking sockets? How to do late-binding in C++?
Please help.

Thank you, Vadim


Start in a Windows programming group such as news:comp.os.ms_windows.*
or one of Microsoft's support groups in the news:microsoft.public.*
family.

The topic here, the C++ language, does not have sockets, COM, DLL, or
non-blocking I/O.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++ ftp://snurse-l.org/pub/acllc-c++/faq
Jul 22 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by Tero Saarni | last post: by
1 post views Thread by Dmitry Akselrod | last post: by
reply views Thread by mrpolitics | last post: by
3 posts views Thread by Logan McKinley | last post: by
1 post views Thread by Adam Clauss | last post: by
3 posts views Thread by Michael Maercker | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.