Welcome, Guest. Please login or register.

Author Topic: WaitSelect() with Reaction  (Read 2847 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline xeron

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 2533
    • Show all replies
    • http://www.petergordon.org.uk
Re: WaitSelect() with Reaction
« on: September 26, 2003, 12:02:47 PM »
Personally, I try to stay away from the WaitSelect() method. Instead I set up a socket event mask with SocketBaseTags, and use asynchrous non-blocking sockets. That way you can just use Wait( signal_mask | reaction_mask | whatever_mask ), and then see what needs attention.
Playstation Network ID: xeron6
 

Offline xeron

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 2533
    • Show all replies
    • http://www.petergordon.org.uk
Re: WaitSelect() with Reaction
« Reply #1 on: October 16, 2003, 09:50:50 AM »
e-mail me at "pete at petergordon dot org dot uk" and i'll knock up a simple example and email it in a reply. I can't help right now because I'm at work...
Playstation Network ID: xeron6