comparison nworker_c.rhope @ 142:7bbdc034e347

Fix some bugs. Get basic network code working (epoll listener + accept connections). Start porting webserver.
author Mike Pavone <pavone@retrodev.com>
date Sun, 21 Nov 2010 16:33:17 -0500
parents f2cb85c53ced
children d1e206ff75f9
comparison
equal deleted inserted replaced
141:f2cb85c53ced 142:7bbdc034e347
1067 out <- [vars]Append[Result Var Name[io num, index]] 1067 out <- [vars]Append[Result Var Name[io num, index]]
1068 } 1068 }
1069 1069
1070 Node Result Vars[vars,node,index:out] 1070 Node Result Vars[vars,node,index:out]
1071 { 1071 {
1072 [("call","getfield","setfield")]Find[=[[node]Type >>, ?]] 1072 [("call","getfield","setfield","getglobal")]Find[=[[node]Type >>, ?]]
1073 { 1073 {
1074 If[[[node]Type >>]=["call"]] 1074 If[[[node]Type >>]=["call"]]
1075 { 1075 {
1076 save outs <- [Max Used Output[node, [[node]Outputs >>]-[1]]]+[1] 1076 save outs <- [Max Used Output[node, [[node]Outputs >>]-[1]]]+[1]
1077 }{ 1077 }{