Asynchronous background processes in Python?
问题 I have been using this as a reference, but not able to accomplish exactly what I need: Calling an external command in Python I also was reading this: http://www.python.org/dev/peps/pep-3145/ For our project, we have 5 svn checkouts that need to update before we can deploy our application. In my dev environment, where speedy deployments are a bit more important for productivity than a production deployment, I have been working on speeding up the process. I have a bash script that has been