Giter VIP home page Giter VIP logo

mmz-asio4delphi's People

Watchers

 avatar

mmz-asio4delphi's Issues

svn update 失败

svn更新提示“ 
无法成功完成操作,因为文件包含病毒或潜在的垃圾软件。��
�

Original issue reported on code.google.com by [email protected] on 29 Oct 2012 at 7:24

uniDAC 连接SQL Server时 Append记录时报错

把uniDAC 连接Access的例子修改为连接SQL Server 2000,客户端Append 
记录时报错。

“OLE DB error occured. Code 80040E2Fh ”

附件中添加了报错图片。

google了一下,有类似的帖子
http://www.devart.com/forums/viewtopic.php?t=3567&sid=c238e558787456d911e8fb77f1
26ad1d

楼主,各位朋友有知道这个错误,有解决的方法吗?

谢谢

Original issue reported on code.google.com by [email protected] on 24 Oct 2011 at 3:26

Attachments:

并发连接数的问题

看到介绍中,以及提供的压力测试中,提到并发连接有多少��
�。压力测试只是进行计算后,立即返回,没有太多的I/O操作�
��如果是传输几个大的文件,比如100M,有1000个连接在同时向�
��务器传输不同的100M的文件。可以承受得了吗?
再一个,读了你的源码,似乎是每个连接有一个线程在对应��
�如果有1000个连接,线程之间的切换是不是会耗大量的系统资
源?
刚开始读你的代码,理解不对的地方还请指教。

Original issue reported on code.google.com by [email protected] on 10 May 2012 at 1:02

有丢包现象

经测试,只有一个连接,每次发送大约1~2M的数据,连续发几�
��钟就会丢包

Original issue reported on code.google.com by [email protected] on 2 Aug 2012 at 3:14

svn update 失败

svn更新提示“ 
无法成功完成操作,因为文件包含病毒或潜在的垃圾软件。��
�

Original issue reported on code.google.com by [email protected] on 29 Oct 2012 at 7:24

有丢包现象

经测试,只有一个连接,每次发送大约1~2M的数据,连续发几�
��钟就会丢包

Original issue reported on code.google.com by [email protected] on 2 Aug 2012 at 3:14

客户端DisConn函数无效

不经意发现客户端无法主动断开连接,在最新版的demo上做了�
��证(Gob_Rmo.FRmoClient.DisConn),果然不行。
同时,请看登录验证部分代码:
if ReadInteger <> STCLogined then begin
        Result := False;
        DisConn; //注释掉也无妨,因为根本没起效,跟踪代码发现是在服务端关闭连接的。
        FisConning := false;
        Exit;
      end;


Original issue reported on code.google.com by [email protected] on 29 Nov 2011 at 7:27

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.