Re: Server boot time - font init

2014-11-29 Thread Richard Gaskin
stephen barncard wrote: On Thu, Nov 27, 2014 at 8:20 AM, Richard Gaskin wrote: What is nohwcap, and why would the engine keep looking for it over and over after it's already been told it isn't there? and could that be an element of the slow engine loading problem? It'll probably help to

Re: Server boot time - font init

2014-11-28 Thread stephen barncard
On Thu, Nov 27, 2014 at 8:20 AM, Richard Gaskin ambassa...@fourthworld.com wrote: What is nohwcap, and why would the engine keep looking for it over and over after it's already been told it isn't there? and could that be an element of the slow engine loading problem? *--* *Stephen Barncard -

Server boot time - font init

2014-11-27 Thread Richard Gaskin
Looking for ways to streamline CGI performance I made this simple script to measure boot time: #!livecode-server put Howdy! quit ...and then ran it with strace to see the system calls it makes: strace -v -o lctrace.txt ./test.lc Looking at the resulting output file I was surprised to find

Re: Server boot time - font init

2014-11-27 Thread Mark Wieder
Richard- Thursday, November 27, 2014, 8:20:07 AM, you wrote: What is nohwcap, and why would the engine keep looking for it over and over after it's already been told it isn't there? There's an *interesting* writeup over at