Results 1 to 9 of 9

Thread: [help me]About IOCP

  1. #1
    Anonymous
    Guest

    [help me]About IOCP

    under window 2000 condition,develop IOCP to apply to formal item.

    this is my email:rainner_2000@sohu.com

  2. #2
    Anonymous
    Guest

    Re: [help me]About IOCP

    Quote Originally Posted by Anonymous
    under window 2000 condition,develop IOCP to apply to formal item.

    this is my email:rainner_2000@sohu.com

    Huh

    Do you mean that you want to use I/O Completion Ports on Windows 2000? So do I...

  3. #3

    Re: [help me]About IOCP

    Huh

    Do you mean that you want to use I/O Completion Ports on Windows 2000? So do I...
    yes。I want to develop program based on IOCP. I write a class of IOCP for delphi,but i can't get any data from client.

    Can you help me ?

  4. #4

    [help me]About IOCP

    I did a quick google and found this link. http://www.nevelsteen.com/coding/com..._in_delphi.htm

    If this does not help let me know and I'll tryi to help figure it out with ya.

  5. #5

    [help me]About IOCP

    Quote Originally Posted by wilbur989
    I did a quick google and found this ]http://www.nevelsteen.com/coding/completion_ports_in_delphi.htm[/url]

    If this does not help let me know and I'll tryi to help figure it out with ya.
    thanks a lot. I have implemented Completion ports in delphi --huh,I can't comprehend completely IOCP. I only copy the code refre to a list of references.

    I want to only be careful of receiving data and sending data,to define
    the procedure "OnDataReceive". In the structure of "OnDataReceive" ,I
    can read the data.

    ps:can you tell me your email

    I want to mail my the class of IOCP to you.
    thanks again.

  6. #6

    [help me]About IOCP

    Quote Originally Posted by wilbur989
    I did a quick google and found this ]http://www.nevelsteen.com/coding/completion_ports_in_delphi.htm[/url]

    If this does not help let me know and I'll tryi to help figure it out with ya.

  7. #7

    [help me]About IOCP

    I sent you a PM with it. I'll be lookin for the code.

    -Jeremy

  8. #8
    Anonymous
    Guest

    [help me]About IOCP

    Take a look at Indy 10, apparently it was 'supposed' to support IOCP in its SuperCore. I haven't had time to check this out yet, but I do need to sort this out soon.

    I am writting a MMORPG and it's going to need to use IOCP or it won't scale well.

    I was suprised that there is a low (5000) limit to the number of socket connections in Windows as well.

  9. #9

    [help me]About IOCP

    Quote Originally Posted by wilbur989
    I sent you a PM with it. I'll be lookin for the code.

    -Jeremy
    I sent the code to you.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •