The Artima Developer Community
Sponsored Link

Python Answers Forum
Run only one instance

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Rutger Gelling

Posts: 1
Nickname: derrudi
Registered: Jun, 2005

Run only one instance Posted: Jun 23, 2005 2:50 AM
Reply to this message Reply
Advertisement
Hi all,

I'm working on a little application in Python. Now i wanted to make it impossible to start the app if an other instance of that app is running. I've managed to do so with mutex.
Now if a second instance is started. I'd like it to open the first one (make visible)
Anybody know how to do so?

Greetz Rudi

Topic: Should join() be moved? Previous Topic   Next Topic Topic: import error

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use