Request headers - 'Reload', <SHIFT>+'Reload'

Request headers - 'Reload', <SHIFT>+'Reload'

Post by Oleg Bartun » Sat, 13 Nov 1999 04:00:00



I was wondering what request headers browser send
when user press 'Reload' ('Refresh') and
<shift>+'Reload'.  Actually I interested about IE 4 (5)
browsers. NS 4 seems send Pragma: no-cache

--  Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)

phone: +007(095)939-16-83, +007(095)939-23-83

 
 
 

1. ksh ': >a >b' -vs- '>a >b' re speed

time {
  i=0
  while ((i+=1<10000))
  do : >a >b >c
  done
  }

takes 2.54 seconds real time (all user time) on my machine,
but replacing the 'do' line above with 'do >a >b >c' increases the
real time by a factor of 10 (with two thirds of it system time).
Is a fork, or fork-exec being done in the second case?

Curiously, I couldn't get anywhere the speed of the first one even using
the following perl script (which took just as long as the second case):

while($i++<10000) {
  open(A, ">a"); open(B, ">b"); open(C, ">c");
  }

How does the korn shell do this so fast!

Any help would be appreciated.

Thanks,

John

2. umask question

3. can sed pattern contain '<' & '>' characters or not?

4. Abuse

5. Implement '<'or '>' system commands in C

6. q: mount umsdos partition under c:\linux?

7. Issuing 'echo <ESC>[r' from .cshrc doesn't work, HELP

8. How-To change default environment

9. Why: perl -e <<'EOF' doesn't work (bash)

10. About the 'TIME' header of the 'ps' command

11. ----->>>XF86Config Help Needed Here's a Copy of<<<------

12. startx => Fatal server error => couldn't open default font 'fixed'

13. StarOffice Beta2: error->> can't resolve symbol 'xmFrameWidgetClass'