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 cl
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?
*--*
*Stephen Barncard - San Francisco Ca. USA -
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
https://saintaardvarkthecarpeted.com/blog/archive/2005/08/_etc_ld_so_
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