Re: Tcl bytecode
- From: claird@xxxxxxxxx (Cameron Laird)
- Date: Tue, 30 Jan 2007 17:39:12 +0000
In article <45bf79b0$0$8725$ed2619ec@xxxxxxxxxxxxxxxxxxxxxxxxxx>,
Keith Nash <kjn9@xxxxxxxxxxxxxxxx> wrote:
.
.
.
Some large Tcl apps are slow to start: is this because too many procs are.
executed in the startup script?
.
.
Typically it's because they're doing a lot of work (unavoidable,
real, ..., in some sense), OR because there's complex resolution
of package lookup. If a remote-mounted directory that's hard to
search happens to be in the path for package resolution, and there
are many packages to look up ...
.
- Follow-Ups:
- Re: Tcl bytecode
- From: Don Porter
- Re: Tcl bytecode
- References:
- Tcl bytecode
- From: Googie
- Re: Tcl bytecode
- From: Googie
- Re: Tcl bytecode
- From: Jeff Hobbs
- Re: Tcl bytecode
- From: Keith Nash
- Tcl bytecode
- Prev by Date: Re: Tcl/tk support for jpeg
- Next by Date: Re: UI design for Tk app--PNG's or GIF's for icons?
- Previous by thread: Re: Tcl bytecode
- Next by thread: Re: Tcl bytecode
- Index(es):
Relevant Pages
|