Using setTimeOut for ajax call

geoffreyapple

New Member
I want to write an chat application using ajax. So I need to check users messages table in database every 100 millisecond(0.1 second). Is any problem if i use setTimeOut to call ajax for every 100 millisecond? Any performance issue? Any pitfall or anything?
 
Back
Top