Server to client push ?

Hi everyone,

i hear that in php there is a technique called “PUSH”, it’s a kind of an API that send updates from server to client so client can update it’s content without an ajax listener.

is ther a way in Yii to do this ?

if it’s not implemented in yii could you give me some tutorials about this ? i searched in the net but i didn’t find interesting things…

:lol:

not exists ! http is not a state protocol . every thing is in request/response way .

the "push" may use such as flash ,silverlight , javaapplet … techs to achieve !

there is a tech maned "comet" you can search it . use http1.1 lang alive request .

you can also search "ajax revert" in goolge.