Hi Marcin,<br><br>Correct me if I'm wrong developers, but I believe you should be able to run your extension as a "background process". In linux it involve calling your script with a "&" simple at the end of the command from terminal, i.e. <br>
<br>python test.py&<br><br>This would allow the process to execute in the background. <br><br>Hope that helps,<br><br>Chris<br><br><div class="gmail_quote">On Thu, Aug 12, 2010 at 5:57 AM, Marcin Pawlowski <span dir="ltr"><<a href="mailto:marcinp@genesilico.pl">marcinp@genesilico.pl</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Dear Chimera developers.<br>
Me and of my students are developing a chimera extension to deal with<br>
protein structures.<br>
Unfortunately, the execution of our plunging last at least 5 minutes,<br>
so during this time the chimera program is hinged. We would like to<br>
execute the program in an asynchronous way.<br>
<br>
Is it possible?<br>
<br>
Please do not hesitate to contact us if you require further<br>
information about our project.<br>
<br>
Best regards,<br>
Marcin Pawlowski<br>
<br>
<br>
_______________________________________________<br>
Chimera-dev mailing list<br>
<a href="mailto:Chimera-dev@cgl.ucsf.edu">Chimera-dev@cgl.ucsf.edu</a><br>
<a href="http://www.rbvi.ucsf.edu/mailman/listinfo/chimera-dev" target="_blank">http://www.rbvi.ucsf.edu/mailman/listinfo/chimera-dev</a><br>
</blockquote></div><br>