<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>ACE Developer - ACE基础应用</title>
    <link>https://ace.acejoy.com/forum-4-1.html</link>
    <description>Latest 20 threads of ACE基础应用</description>
    <copyright>Copyright(C) ACE Developer</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 26 Apr 2026 15:14:54 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://ace.acejoy.com/static/image/common/logo_88_31.gif</url>
      <title>ACE Developer</title>
      <link>https://ace.acejoy.com/</link>
    </image>
    <item>
      <title>mangos trinity 哪个能用来学习ace</title>
      <link>https://ace.acejoy.com/thread-6145-1-1.html</link>
      <description><![CDATA[trinitycore最新版本已经改为asio了。。 但我会坚持用ace ，想学习开发游戏后吧，哪个版本的源代码值得我好好研究下？
谢谢了]]></description>
      <category>ACE基础应用</category>
      <author>15145093145</author>
      <pubDate>Sun, 07 Aug 2016 12:02:34 +0000</pubDate>
    </item>
    <item>
      <title>ACE_Dev_Poll_Reactor::register_handler阻塞了怎么办？</title>
      <link>https://ace.acejoy.com/thread-6142-1-1.html</link>
      <description><![CDATA[小弟接收公司遗留的服务器程序。并发测试时，两个客户端不断连接socket，登陆，断开socket. 程序会阻塞到ACE_Dev_Poll_Reactor::register_handler里面。请问各位大神怎么调试？]]></description>
      <category>ACE基础应用</category>
      <author>haoxihuan</author>
      <pubDate>Tue, 07 Jun 2016 09:17:20 +0000</pubDate>
    </item>
    <item>
      <title>ACE安装报错</title>
      <link>https://ace.acejoy.com/thread-6137-1-1.html</link>
      <description><![CDATA[各位大神，求帮助，我安装ace的时候，环境变量和新增的两文件都都好了，在make的时候报了以下错误，求大神帮忙解决下啊/oradata/bctah/dev/ah_ACE/release/include/ACE_wrappers/build&gt;make
No suffix list.
Making all in ace
        make  all-recursive
Making all  ...]]></description>
      <category>ACE基础应用</category>
      <author>虚原</author>
      <pubDate>Fri, 19 Feb 2016 07:43:44 +0000</pubDate>
    </item>
    <item>
      <title>请问Thread.h 中 class ACE_Export ACE_Thread 的 静态成员函数self 的实现机制？</title>
      <link>https://ace.acejoy.com/thread-6133-1-1.html</link>
      <description><![CDATA[Thread.h 中 class ACE_Export ACE_Thread 的 静态成员函数self 为啥没在Thread.cpp中实现。有问的不恰当的地方请狠狠拍砖。]]></description>
      <category>ACE基础应用</category>
      <author>neige</author>
      <pubDate>Tue, 12 Jan 2016 08:47:08 +0000</pubDate>
    </item>
    <item>
      <title>在学习ACE的主动对象模式的时候，发现ACE_Method_Object没法使用</title>
      <link>https://ace.acejoy.com/thread-5857-1-1.html</link>
      <description><![CDATA[使用的是6.2的版本，想问问怎么办，查了相应方法，说能使用ACE_Method_Request，但是

auto_ptr mo(this-&gt;activation_queue_.dequeue());

        if (mo-&gt;call() == -1)
            break;
后面的mo-&gt;call()  vs报错，是什么问题，有人知道吗 ...]]></description>
      <category>ACE基础应用</category>
      <author>1520006273</author>
      <pubDate>Sun, 21 Sep 2014 12:36:04 +0000</pubDate>
    </item>
    <item>
      <title>代码之美 ：ACE中的互斥体（锁），很好用的线程守护宏定义</title>
      <link>https://ace.acejoy.com/thread-5832-1-1.html</link>
      <description><![CDATA[在多线程编程中，互斥体（锁）的应用非常广泛，如何编写漂亮的锁代码也是很关键的呦，当然使用互斥体（锁）的原语来编写也是可以的，但是，在实践工作中，一般使用更简单的自释放来处理锁的请求和释放。如果详细分类，有下面四种哦。

第零种：很少用,但必须知道，这是 ...]]></description>
      <category>ACE基础应用</category>
      <author>nettoobad</author>
      <pubDate>Sat, 07 Jun 2014 02:19:59 +0000</pubDate>
    </item>
    <item>
      <title>Linux ACE_Proactor 多线程驱动</title>
      <link>https://ace.acejoy.com/thread-5829-1-1.html</link>
      <description><![CDATA[各位大侠，请问Linux ACE_Proactor 多线程驱动 是否可行呢？？？请高手给个意见！！！]]></description>
      <category>ACE基础应用</category>
      <author>dawei</author>
      <pubDate>Thu, 05 Jun 2014 02:23:15 +0000</pubDate>
    </item>
    <item>
      <title>ACE 反应式服务器对ACE_Handle_Set_Iterator 的疑惑</title>
      <link>https://ace.acejoy.com/thread-5813-1-1.html</link>
      <description><![CDATA[最近在学习ACE的《C++网络编程 卷一：运用ACE和模式消除复杂性》。目前学习到第七章“ACE的同步事件多路分离包装器外观”对于类ACE_Handle_Set_Iterator有些疑惑，希望各位帮忙解答下。如下：
  virtual int handle_data (ACE_SOCK_Stream *) {
    ACE_Handle_Set_Iter ...]]></description>
      <category>ACE基础应用</category>
      <author>sushe2111</author>
      <pubDate>Sun, 30 Mar 2014 16:52:19 +0000</pubDate>
    </item>
    <item>
      <title>ACE的MFC库的编译</title>
      <link>https://ace.acejoy.com/thread-5785-1-1.html</link>
      <description><![CDATA[请问各位大神，在vs2010的环境下，用MFC写的界面，为什么tcp协议的客户端连接不通 服务器？该如何解决呢？]]></description>
      <category>ACE基础应用</category>
      <author>coco</author>
      <pubDate>Mon, 09 Dec 2013 02:30:28 +0000</pubDate>
    </item>
    <item>
      <title>ACE的服务器和客户端 如何做到存储转发的效果？</title>
      <link>https://ace.acejoy.com/thread-5753-1-1.html</link>
      <description><![CDATA[在tcp协议中，server循环给client发相同 数据，如何做到保证client一条一条的处理？]]></description>
      <category>ACE基础应用</category>
      <author>coco</author>
      <pubDate>Sun, 24 Nov 2013 12:25:39 +0000</pubDate>
    </item>
    <item>
      <title>linux下编译ACE6.2失败</title>
      <link>https://ace.acejoy.com/thread-5707-1-1.html</link>
      <description><![CDATA[好像是链接的时候出错,我是按照ACE-INSTALL.html来编译的,下是编译的输出
make[1]: Entering directory `/root/ACE_wrappers/ace\'

GNUmakefile: /root/ACE_wrappers/ace/GNUmakefile.ACE MAKEFLAGS=w

g++ -pthread -Wl,-O3 -shared -Wl,-h -Wl,libACE.so.6.2.2 -o lib ...]]></description>
      <category>ACE基础应用</category>
      <author>baisaichen</author>
      <pubDate>Sat, 26 Oct 2013 03:55:04 +0000</pubDate>
    </item>
    <item>
      <title>ACE初用者的若干疑惑，求解。</title>
      <link>https://ace.acejoy.com/thread-5686-1-1.html</link>
      <description><![CDATA[刚接触ACE不久，纯属新人。初步了解了下ACE，深深的被其封装和设计哲学所吸引。但出于一些忧虑和疑惑，一直不敢将其使用于实际的商业项目，当然也有可能是我还不太了解的问题。
第一，初步浏览了下源码，发现在一些高速调用的地方使用new和delete，以及部分赋值操作实现 ...]]></description>
      <category>ACE基础应用</category>
      <author>冬瓜</author>
      <pubDate>Thu, 10 Oct 2013 23:57:46 +0000</pubDate>
    </item>
    <item>
      <title>ACE服务器如何断开一个连接</title>
      <link>https://ace.acejoy.com/thread-5584-1-1.html</link>
      <description><![CDATA[看资料上说，handle_xxx返回-1可以断开连接，
如果要从外部直接断开已经建立的连接，应该怎么做？
直接调用handle_close么，又好像不符合？]]></description>
      <category>ACE基础应用</category>
      <author>bind</author>
      <pubDate>Sat, 24 Aug 2013 07:19:57 +0000</pubDate>
    </item>
    <item>
      <title>帮忙看下代码问题</title>
      <link>https://ace.acejoy.com/thread-5579-1-1.html</link>
      <description><![CDATA[看到一些代码不懂，handle_close 里面的处理，请帮忙看下；

int Client_Handler::handle_close(ACE_HANDLE handle, ACE_Reactor_Mask close_mask)  
{  
ACE_DEBUG((LM_DEBUG, \&quot; handle_close..................................... \\n\&quot;));
if (close_mask == WRITE_MA ...]]></description>
      <category>ACE基础应用</category>
      <author>bind</author>
      <pubDate>Fri, 23 Aug 2013 02:48:20 +0000</pubDate>
    </item>
    <item>
      <title>ACE如何在accept之前判断此ip是否已经连接？</title>
      <link>https://ace.acejoy.com/thread-5498-1-1.html</link>
      <description><![CDATA[RT

现在不知道如何在accept时获取到即将要accept的客户端ip。

之前已经连接了的客户端ip已经保存。

谢谢各位。]]></description>
      <category>ACE基础应用</category>
      <author>qq496683952</author>
      <pubDate>Mon, 15 Jul 2013 08:34:19 +0000</pubDate>
    </item>
    <item>
      <title>怎么在ACE_Reactor事件循环开启之后，再注册一个事件处理器？</title>
      <link>https://ace.acejoy.com/thread-5450-1-1.html</link>
      <description><![CDATA[我想在reactor事件循环开启之后，再注册一个事件处理器。事件循环在一个线程中，线程在运行，我想在另一个线程中，往该reactor中再注册一个事件处理器，请问大家，这个需求怎么实现呢？ ...]]></description>
      <category>ACE基础应用</category>
      <author>天涯浪子</author>
      <pubDate>Mon, 17 Jun 2013 10:19:46 +0000</pubDate>
    </item>
    <item>
      <title>请教一个关于ACE_Asynch_Write_Stream的问题</title>
      <link>https://ace.acejoy.com/thread-5409-1-1.html</link>
      <description><![CDATA[用proactor+异步读写做一个网络层的接口，当write很多的时候会发生no buffer space avalibale的错误。
在ACE_Asynch_Write_Stream::write()函数这里就会返回-1，错误表明没有足够的空间~~

对于这种问题，有没有好的处理方法？比如是我使用的有问题，还是确实需要自己初 ...]]></description>
      <category>ACE基础应用</category>
      <author>moxuyou</author>
      <pubDate>Mon, 03 Jun 2013 12:25:30 +0000</pubDate>
    </item>
    <item>
      <title>【求助】如何实现ACE服务器同时只允许一个客户端接入</title>
      <link>https://ace.acejoy.com/thread-5386-1-1.html</link>
      <description><![CDATA[背景：
ACE服务器功能，使用一个ACE_Event_Handler派生的acceptor类接收对象
===割===
如果ACE服务端同时只允许一个客户端接入的话，应该在哪里限制？
acceptor.handle_input()函数中是否可以进行限制？

求大侠帮忙解决{:soso_e117:}，多谢；



 ...]]></description>
      <category>ACE基础应用</category>
      <author>zzappler</author>
      <pubDate>Fri, 17 May 2013 01:03:19 +0000</pubDate>
    </item>
    <item>
      <title>ACE_SOCK_Connector 的connect方法Error</title>
      <link>https://ace.acejoy.com/thread-5383-1-1.html</link>
      <description><![CDATA[在vc9下运行下面程序时，运行到else if (oConnector.connect(oPeer, oPeerAddr, &amp;oTimeOut))
有错误，打印的错误码为10093(应用程序没有调用WSAStartup，或者WSAStartup失败)，这是ACE书上的例子，不知错在哪里，帮忙看看

#include \&quot;stdafx.h\&quot;
#include 
#include 
#in ...]]></description>
      <category>ACE基础应用</category>
      <author>yubobarye</author>
      <pubDate>Sun, 12 May 2013 02:13:47 +0000</pubDate>
    </item>
    <item>
      <title>ace 怎么仿真RFID 的 标签？</title>
      <link>https://ace.acejoy.com/thread-5377-1-1.html</link>
      <description><![CDATA[用ACE服务器仿真RFID的阅读器，客服端仿真标签，该怎么弄呀？阅读器的功能有支持加密、身份认证、加密；标签具有的功能有: 标签ID、进行安全认证、通信可以加密。求大神指导啊]]></description>
      <category>ACE基础应用</category>
      <author>coco</author>
      <pubDate>Wed, 08 May 2013 08:37:04 +0000</pubDate>
    </item>
  </channel>
</rss>