Robin Rodricks
Robin Rodricks

Reputation: 113976

What is WebORB for PHP?

What is the WebORB for PHP runtime environment? It supposedly connects Flex, Flash, AJAX and Silverlight clients with PHP classes and data from relational databases.

Upvotes: 1

Views: 714

Answers (1)

Lieven Cardoen
Lieven Cardoen

Reputation: 25959

  • I think the entire product is built around that. We use WebORB for .NET where you also have messaging support (I think you don't have that in PHP).
  • It doesn't use sockets. An aspx page is used as a remote gateway.
  • It doesn't run as a background service on the server. Just page requests.

This is all from my experience with .NET, but I guess PHP will be somewhat the same.

We have worked with Flex-WebORB-.NET-SqlServer2008, but just about anything is possible.

Upvotes: 1

Related Questions