mirror of
https://github.com/geohot/qira
synced 2025-01-16 15:49:22 +03:00
c++ is hella fast
This commit is contained in:
parent
5c161e3427
commit
cf0aa670f6
@ -34,7 +34,7 @@ if __name__ == '__main__':
|
||||
# start the binary runner
|
||||
if args.server:
|
||||
qira_socat.init_bindserver()
|
||||
qira_socat.start_bindserver(ss, -1, 1, True)
|
||||
qira_socat.start_bindserver(program, qira_socat.ss, -1, 1, True)
|
||||
else:
|
||||
print "**** running "+program.program
|
||||
if is_qira_running or os.fork() == 0: # cute?
|
||||
|
@ -62,7 +62,7 @@ def mwpoller():
|
||||
def forkat(forknum, clnum):
|
||||
global program
|
||||
print "forkat",forknum,clnum
|
||||
qira_socat.start_bindserver(program, ss2, forknum, clnum)
|
||||
qira_socat.start_bindserver(program, qira_socat.ss2, forknum, clnum)
|
||||
|
||||
@socketio.on('deletefork', namespace='/qira')
|
||||
def deletefork(forknum):
|
||||
|
@ -133,7 +133,7 @@ body {
|
||||
|
||||
.change {
|
||||
color: blue;
|
||||
width: 50px;
|
||||
width: 70px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user