Something about Firefox ?
Posted: Thu Oct 18, 2007 8:18 pm
Hi everyone,
Im not sure where im suppose to place this question.
Ex : When i execute function callBill(),
it will call => function A();
functionB();
function Socket();
and display result on screen at the end .
When test using IE, it works fine i.e run once of this list of functions and display result on screen.
When test using Firefox, it will run once of this list, which take approx 31secs, and RE-RUN again those functions ,only after finish executing 2nd time of this functions it display result to the screen.
funtion Socket() is a function 'talking' to another module via socket ,there, the double request by Firefox cause everything slow down extremely.
Does anyone experience similar case before?
Im not sure where im suppose to place this question.
Ex : When i execute function callBill(),
it will call => function A();
functionB();
function Socket();
and display result on screen at the end .
When test using IE, it works fine i.e run once of this list of functions and display result on screen.
When test using Firefox, it will run once of this list, which take approx 31secs, and RE-RUN again those functions ,only after finish executing 2nd time of this functions it display result to the screen.
funtion Socket() is a function 'talking' to another module via socket ,there, the double request by Firefox cause everything slow down extremely.
Does anyone experience similar case before?