CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #5
    Join Date
    Sep 2004
    Posts
    1,361

    Re: OSX / BSD / Linux - Knowing when a user loggs out

    Thanks. I just need to find the right signal It seems. Apparently SIGHUP doesn't get fired when you log out on Mac OSX.

    SIGTERM and SIGINT do not come either. I wonder if any signal is even sent when you log out.
    Last edited by DeepT; July 20th, 2006 at 03:57 PM.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured