Page 1 of 1

Something about Firefox ?

Posted: Thu Oct 18, 2007 8:18 pm
by angelena
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?

Re: Something about Firefox ?

Posted: Thu Oct 18, 2007 10:22 pm
by neophyte
Sounds like a "feature." Can you post more code or be more descriptive?:

Posted: Thu Oct 18, 2007 11:46 pm
by aaronhall
Is this PHP or JS?

Posted: Mon Oct 22, 2007 7:44 pm
by angelena
This is in PHP

Ermm...descriptive?
Actually it just a very normal function, when execute it will execute a list of other functions.

And one of the function involves socket programming