Rank: Newbie Coder Groups: Member
Joined: 8/4/2010 Posts: 14 Points: 36
|
Hello, I have read that WebORB PHP supports Messaging? How is that solved ? Is it really possible to subscribe to the server and being able to push data from the server to its clients ? I thought this is only possible with JAVA or .NET ?
dl
|
 Rank: Administration Groups: Administration
Joined: 8/21/2006 Posts: 1,607 Points: 4,082 Location: Frisco, TX
|
With PHP messaging the mechanism of data delivery to the client is realized via polling, so I'd call it pseudo-push. Regards, Mark
Mark Piller Midnight Coders, Inc. twitter: midnightcoderblog: blog.themidnightcoders.comwebsite: www.themidnightcoders.com
|