|
Simon Geard <[hidden email]>: Jun 24 05:30PM +0100
I've been trying to create a thread pool but am failing but can't see
what I'm doing wrong:
package require Thread
proc ex_run {} {
puts "Exiting"
}
proc st_run {} {
...more
|
Rich <[hidden email]>: Jun 24 05:03PM
> }
> # The following fails even though st_run is defined
> set tp [tpool::create -initcmd st_run -exitcmd ex_run]
Read the -initcmd and -exitcmd part of the tpool manpage carefully:
...more
|
Simon Geard <[hidden email]>: Jun 24 06:16PM +0100
On 24/06/18 18:03, Rich wrote:
> Sets a Tcl script run when the idle worker thread exits.
> Then note that your -initcmd and -exitcmd arguments are "proc names"
> not "scripts".
...more
|
Alexandru <[hidden email]>: Jun 24 06:47AM -0700
Am Samstag, 23. Juni 2018 14:22:54 UTC+2 schrieb Ashok:
> >> Thank you!
> > That should help debug.
> > Will try over the weekend.
Thanks for debugging. I tested again with zip conperssion
...more
|
Gerhard Reithofer <[hidden email]>: Jun 24 10:29AM +0200
Hi,
On Fri, 22 Jun 2018, Brad Lanam wrote:
> On Friday, June 22, 2018 at 3:40:49 PM UTC-7, Alexandru wrote:
...
> > > > > > What is the best way get the modified date of a file as GMT time?
...more
|
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to [hidden email].
|
|