<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: Speed sensation</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>&gt; The following command</FONT>
<BR><FONT SIZE=2>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strace -tt -f -ff -o /tmp/kde.strace startkde</FONT>
<BR><FONT SIZE=2>&gt; provides some insight in what happens and can be helpful in </FONT>
<BR><FONT SIZE=2>&gt; identifying obvious braindamage.</FONT>
</P>

<P><FONT SIZE=2>I've run this command, just start a kde session and close the session.</FONT>
</P>

<P><FONT SIZE=2>* 1: There are some files that are opened using the O_LARGEFILE and others that could be larger does not uses the O_LARGEFILE.</FONT></P>

<P><FONT SIZE=2>examples:</FONT>
<BR><FONT SIZE=2>open(&quot;/root/.qt/.qtrc.lock&quot;, O_RDWR|O_CREAT|O_LARGEFILE, 0600) = 4</FONT>
<BR><FONT SIZE=2>open(&quot;/root/.qt/qtrc&quot;, O_RDONLY|O_LARGEFILE) = 5</FONT>
<BR><FONT SIZE=2>open(&quot;/root/.kde/share/config/kdeglobals&quot;, O_RDONLY|O_LARGEFILE) = 9</FONT>
<BR><FONT SIZE=2>open(&quot;/usr/kde31/share/config/kdebugrc&quot;, O_RDONLY|O_LARGEFILE) = 9</FONT>
<BR><FONT SIZE=2>open(&quot;/usr/kde31/share/config/kdebug.areas&quot;, O_RDONLY|O_LARGEFILE) = 9</FONT>
</P>

<P><FONT SIZE=2>open(&quot;/usr/kde31/share/locale/es/LC_MESSAGES/kdelibs.mo&quot;, O_RDONLY) = 9</FONT>
</P>

<P><FONT SIZE=2>should all the open() have the O_LARGEFILE ?</FONT>
</P>

<P><FONT SIZE=2>* 2: I've seen that the slowest process takes only 4 seconds, but there are more than 400</FONT>
<BR><FONT SIZE=2>processes in my normal startup.</FONT>
</P>
<BR>

<P><FONT SIZE=2>Regards.</FONT>
</P>

</BODY>
</HTML>