File size: 314 Bytes
d4035c1
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
key = randint(1,1,1000) ;

[d,w]= system(sprintf('./tinyLockClient.py morio.cs.ucla.edu 2000 "test-%d"', key)) ;
fprintf('status: %d\n',d);
fprintf('message: %s\n', w) ;

[d,w]= system(sprintf('./tinyLockClient.py morio.cs.ucla.edu 2000 "test-%d"', key)) ;
fprintf('status: %d\n',d);
fprintf('message: %s\n', w) ;