FAQs


  • Programming Hints
    • Q: When I use OnReceive of class CAsyncSocket, after a while, I receive no data, what is the reason?
      A: The answer is that you should never call receive(...) in OnReceive callback function more than one time. This could make you lose the WM_SOCKET_NOTIFY message.
    • Coming soon ...
  • Linux administration
    • Q: How can I synchronize my machines (a Server and a backup)
      A: The best way is to use rsync. rsync synchronises, so does not copy entire files, when you use it.
  • Coming soon ...

    Home
    • Keep in mind that you are human.