套接字 [英] Sockets

查看:89
本文介绍了套接字的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我需要你的帮助。


我需要创建一个套接字服务器应用程序,它可以接受多达96个b
的同时连接对COM + dll的后期绑定调用。

据我所知,应用程序必须为每个连接创建一个单独的套接字线程

,调用COM + dll (已经到位)并放弃

套接字连接。

COM + dll和套接字服务器应用程序将位于Win2k sp2 PIII 1GB 512

RAM。

请给我建议从哪里开始。我该怎么用

阻塞或非阻塞套接字?如何在C ++中进行后期绑定?

请帮忙。


谢谢你,Vadim

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

推荐答案

2003年12月16日12:06:29 -0800, vs ******** @ hotmail.com (Vadim)写的

comp.lang.c ++:
On 16 Dec 2003 12:06:29 -0800, vs********@hotmail.com (Vadim) wrote in
comp.lang.c++:
大家好,我需要你的帮助。

我需要创建一个套接字服务器应用程序,它将接受多达96个同时连接并对COM + dll进行后期绑定调用。
据我所知,应用程序必须为每个连接创建一个单独的套接字线程,调用COM + dll(已经到位)并删除套接字连接。
COM + dll和套接字服务器应用程序将位于Win2k上sp2 PIII 1GB 512
RAM。
请给我建议从哪里开始。我该怎么用?
阻塞或非阻塞套接字?如何在C ++中进行后期绑定?
请帮助。

谢谢你,Vadim
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




从Windows编程组开始例如新闻:comp.os.ms_windows。*

或新闻中的微软支持小组之一:microsoft.public。*

family。


这里的主题是C ++语言,没有套接字,COM,DLL或

非阻塞I / O.


-

Jack Klein

主页: http://JK-Technology.Com

常见问题解答

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:// snu rse-l.org/pub/acllc-c++/faq



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


这篇关于套接字的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆