Changeset - df81403a665a
[Not reviewed]
default
0 1 0
ethanzonca - 17 years ago 2009-02-22 21:41:21

More Notes
1 file changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -34,31 +34,32 @@
 
/* Just some notes -- Ethan Zonca
 
 *
 
 * So I read the IRC transcript, and we need some communication and plugin (e.g., blender, povray) standards.
 
 * In addition to those standards, we should also have standards for information availability,
 
 * making statistics and remote control of each plugin or the whole system standard and common,
 
 * so other apps can grab stats from it (such as a j2me phone DistRen status app or a php web
 
 * interface).
 
 *
 
 *
 
 *
 
 * Notes from IRCness:
 
 * Server<==>Client Communication
 
 *  	<jobtype={blender,povray,indigo,etc}> <filename> <args specific to the jobtype>
 
 *
 
 *  Framecounts:
 
 * Job initiation:  	<jobnumber> <jobtype={blender,povray,indigo,etc}> <filename> <args specific to the jobtype>
 
 * Job addition : 		<jobnumber> <alteration: could be (cancel):cancel job (frames):tell the client to render more frames>
 
 * Client Control: 		system <command> (such as drop all jobs, shutdown client, etc)
 
 *
 
 *  blender_getframecount()
 
 *  indigo_getframecount() always return 1... or just not bother with it?
 
 *
 
 *	Upload while rendering
 
 *
 
 *
 
 */
 

	
 

	
 
// Let's fix those global variable issues one of these days! :D test
 

	
 
int main(int argc, char *argv[])
 
{
 

	
 

	
 

	
0 comments (0 inline, 0 general)