Forum OpenACS Q&A: Re: Tracking down startup delays

Collapse
Posted by Ryan Gallimore on
Hi Dave,

Are these delays reproducible?

How big is your database?

We have seen very slow performance when loading xotcl-core/tcl/object-cache-init.tcl. It can take a long time with a large DB with lots of procedures, as they are replicated in memory as Tcl procs.

You could also add logs within these files to determine exactly where the delay is happening.

Ryan

Collapse
Posted by Gustaf Neumann on
Ryan,

I have some doubts that loading xotcl-core/tcl/object-cache-init.tcl took ever long on your system. Add a line after loading the last *-init.tcl file to your nslog.

-gustaf neumann