views:

46

answers:

1

Hi,

I'm just being curious. Does anyone know what technique/how facebook notification works? Because, when ever someone post a comment on my wall it appears in the notification, it happens instantly. It looks to me, server sends notification to client instead of client dialling to server every such amount of time.

Any idea anyone?

+1  A: 

Well, their online chat uses Comet (via MochiWeb) so I wouldn't be surprised if notifications are handled in a similar way.

Peter Bailey
thanks a lot, I have found another article @http://stackoverflow.com/questions/1086380/how-does-facebook-gmail-send-the-real-time-notification
Mahbub