| | |
Batch Processing
Please support our Python advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Oct 2008
Posts: 3
Reputation:
Solved Threads: 0
I am fairly new to Python, so writing code in it is complicated right now. I wanted to know if anyone knew of a code to send a process started on a workstation to a multiprocessor supercomputer where the job could be finished while still allowing the workstation to be used. I am working with a 3-D rendering program called Blender and a 192 processor computer that I would like to be able to send drawings and animations to be rendered by the supercomputer instead of my mac workstation. Any help would be great. If anyone has this type of code that I could modify for my purposes that would be perfect.
An easy way of communication is the pyro module. pyro stands for Python Remote Objects, it allows a process to register a python object in a name server and other processes to obtain proxies for the object. They can remotely call methods on the object, which is a very simple way to transmit data. I suggest that you try to run this example http://pyro.sourceforge.net/manual/8-example.html with the server program running on your supercomputer and the client program on your mac.
Last edited by Gribouillis; Oct 29th, 2008 at 2:50 pm.
•
•
Join Date: Oct 2008
Posts: 3
Reputation:
Solved Threads: 0
•
•
•
•
An easy way of communication is the pyro module. pyro stands for Python Remote Objects, it allows a process to register a python object in a name server and other processes to obtain proxies for the object. They can remotely call methods on the object, which is a very simple way to transmit data. I suggest that you try to run this example http://pyro.sourceforge.net/manual/8-example.html with the server program running on your supercomputer and the client program on your mac.
If you read the information on the website provided you will see that pyro will do exactly what you're looking for.
![]() |
Similar Threads
- simple batch (C)
- Kernal and OS designing (Computer Science)
- DOS Batch command to ping network IP (Legacy and Other Languages)
- Data consolidation across an array a.k.a. Hashed to death... heeelp... (Perl)
- Help! With Photoshop "Save for WEB" (Graphics and Multimedia)
- Question about DOS Batch Files (Legacy and Other Languages)
- C++ is dying a slow death (C++)
- Multi-threading with C++.NET (C++)
Other Threads in the Python Forum
- Previous Thread: Detecting changes in RichTextCtrl
- Next Thread: Interaction between two frames
| Thread Tools | Search this Thread |
Tag cloud for Python
alarm assignment avogadro beginner bluetooth character cmd code copy customdialog cx-freeze data decimals dictionary directory dynamic error examples excel exe file float format function generator gnu graphics gui halp homework http ideas import input itunes java leftmouse line linux list lists logging loop maze module mouse number numbers output parsing path port prime program programming projects push py2exe pygame pyglet pyqt python random recursion schedule screensaverloopinactive script scrolledtext slicenotation sqlite ssh stdout string strings sudokusolver table terminal text thread threading time tkinter tlapse tuple tutorial ubuntu unicode update urllib urllib2 variable ventrilo verify vigenere web webservice wikipedia windows wxpython xlib






