From: Zoran V. <zv...@ar...> - 2007-06-26 15:59:35
|
Hi again! Seems quite a few of things were chaged in some last weeks... I observe (on all browsers) that after firing up the server for the first time, the very first (home)page takes about 2-3 seconds to display (load). After some time (hitting it 2-5 times) it loads faster. After restarting the server, the same thing repeats. Also, there is a funny 5 seconds delay when starting up the server: [26/Jun/2007:17:57:30][8163.a000ed88][-main-] Notice: adp[server1]: mapped /*.sjis_adp [26/Jun/2007:17:57:30][8163.a000ed88][-main-] Notice: adp[server1]: mapped /*.sjis_adp [26/Jun/2007:17:57:30][8163.a000ed88][-main-] Notice: adp[server1]: mapped /*.sjis_adp [26/Jun/2007:17:57:30][8163.a000ed88][-main-] Notice: conf: [ns/ server/server1]enabletclpages = 0 [26/Jun/2007:17:57:35][8163.a000ed88][-main-] Notice: nssock: listening on 192.168.234.100:8080 [26/Jun/2007:17:57:35][8163.2801800][-driver-] Notice: driver: accepting connections That is, before the nssock driver tells it's ready the server "naps" for 5 seconds. I wonder what is being done there? Perhaps the pause of the loading home-page and startup delay are related? Cheers Zoran |
From: Vlad S. <vl...@cr...> - 2007-06-26 16:10:24
|
i am running latest from CVS on Linux, no delays, IE7 works fine Zoran Vasiljevic wrote: > Hi again! > > Seems quite a few of things were chaged in > some last weeks... > > I observe (on all browsers) that after firing up > the server for the first time, the very first > (home)page takes about 2-3 seconds to display > (load). After some time (hitting it 2-5 times) > it loads faster. After restarting the server, > the same thing repeats. > > Also, there is a funny 5 seconds delay when > starting up the server: > > [26/Jun/2007:17:57:30][8163.a000ed88][-main-] Notice: adp[server1]: > mapped /*.sjis_adp > [26/Jun/2007:17:57:30][8163.a000ed88][-main-] Notice: adp[server1]: > mapped /*.sjis_adp > [26/Jun/2007:17:57:30][8163.a000ed88][-main-] Notice: adp[server1]: > mapped /*.sjis_adp > [26/Jun/2007:17:57:30][8163.a000ed88][-main-] Notice: conf: [ns/ > server/server1]enabletclpages = 0 > [26/Jun/2007:17:57:35][8163.a000ed88][-main-] Notice: nssock: > listening on 192.168.234.100:8080 > [26/Jun/2007:17:57:35][8163.2801800][-driver-] Notice: driver: > accepting connections > > That is, before the nssock driver tells it's ready > the server "naps" for 5 seconds. I wonder what is > being done there? Perhaps the pause of the loading > home-page and startup delay are related? > > Cheers > Zoran > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > naviserver-devel mailing list > nav...@li... > https://lists.sourceforge.net/lists/listinfo/naviserver-devel > |
From: Stephen D. <sd...@gm...> - 2007-06-26 16:12:20
|
On 6/26/07, Zoran Vasiljevic <zv...@ar...> wrote: > Hi again! > > Seems quite a few of things were chaged in > some last weeks... > > I observe (on all browsers) that after firing up > the server for the first time, the very first > (home)page takes about 2-3 seconds to display > (load). After some time (hitting it 2-5 times) > it loads faster. After restarting the server, > the same thing repeats. > > Also, there is a funny 5 seconds delay when > starting up the server: > > [26/Jun/2007:17:57:30][8163.a000ed88][-main-] Notice: adp[server1]: > mapped /*.sjis_adp > [26/Jun/2007:17:57:30][8163.a000ed88][-main-] Notice: adp[server1]: > mapped /*.sjis_adp > [26/Jun/2007:17:57:30][8163.a000ed88][-main-] Notice: adp[server1]: > mapped /*.sjis_adp > [26/Jun/2007:17:57:30][8163.a000ed88][-main-] Notice: conf: [ns/ > server/server1]enabletclpages = 0 > [26/Jun/2007:17:57:35][8163.a000ed88][-main-] Notice: nssock: > listening on 192.168.234.100:8080 > [26/Jun/2007:17:57:35][8163.2801800][-driver-] Notice: driver: > accepting connections > > That is, before the nssock driver tells it's ready > the server "naps" for 5 seconds. I wonder what is > being done there? Perhaps the pause of the loading > home-page and startup delay are related? Can you strace it? (Pipe the log to a file so as not to have terminal scrolling skew the timing.) Also, what machine are you testing all this on? |
From: Zoran V. <zv...@ar...> - 2007-06-26 16:17:01
|
On 26.06.2007, at 18:12, Stephen Deasey wrote: > Can you strace it? (Pipe the log to a file so as not to have terminal > scrolling skew the timing.) I will have to do that. I run on Mac OS X and there is something like that (ktrace) that I will have to use... Lets see if this brings us somewhere... |