11-10-2003, 11:29 PM
|
#4 |
| Disabled FlashFXP Registered User ioFTPD Administrator
Join Date: Dec 2001
Posts: 2,234
|
Wait until next version.. it'll provide you a fancy locking api (if I remember to implement it  )
You can expect it to work as following:
lock -wait "lockname" <timeout/milliseconds>
lock -release "lockname"
lock will return 0 on success, 1 on timeout & tcl error on system error.
|
| |