Search results

  1. V

    URG:Same Hostname for IPV4 & IPV6 address in /etc/hosts entry not working

    Hi, My /etc/hosts entry is as follows: 172.18.25.33 dns.search.com blrtestdev ::1 dns.search.com blrtestdev Now I have developed an application which uses getaddrinfo to fetch the IP address using the hostname 'blrtestdev'. On MAC 10.6 it is working fine. But on MAC 10.8 it is not...
  2. V

    How to detect real desktop and remotely accessed(screen shared) desktop?

    Hi All, On Mac Os the Screen Sharing feature is similar to Remote Desktop Service. Is there a way to determine whether the terminal where we are starting the application(our own application) is real desktop or remotely accessed (screen shared) desktop? For Ex: I have booted(logged in)...
  3. V

    Is there an unique id for each Screen Sharing Session?

    Hi All, I am using Screen Sharing Feature on Mac OS 10.7(Lion). I have an application which needs to do following tasks: 1. Detect the Screen Sharing Session. 2. Detect the particular Screen(Screen Sharing Session from which application execution was initiated) when a Desktop is shared by...
  4. V

    Semid not available in second process

    Hi All, I am using Semaphores for one of my application on Mac OS(10.6). I am able to successfully create the semaphores, but I am not able to get the semid in another process. The same works fine on Linux machine. I can see the list of semaphores using ipcs command. The Code Snippet is...
  5. V

    Semid not available in second process

    Hi All, I am using Semaphores for one of my application on Mac OS(10.6). I am able to successfully create the semaphores, but I am not able to get the semid in another process. The same works fine on Linux machine. I can see the list of semaphores using ipcs command. The Code Snippet is...
Back
Top