![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveCreating temporary files
From: <opaquay@gillam-fei.be>
Date: Tue Dec 20 2005 - 10:37:50 CET
Hello,
I wrote a Tcl app using temporary files. This app needs to run either
Entry http://wiki.tcl.tk/772 gives perfect hints on how to find a valid
My app makes connections to a remote server using sockets ...
Since many instances of this app may run on the same machine, how can i
If i write the following code :
set my_server_socket [socket $server_ip $server_port]
Can i use safely my_server_socket to generate temporary filenames such
file_${my_server_socket}1
and assume that temporary file names for 2 concurent apps won't clash ?
Thank you for any idea.
|