-
as seen on Super User
- Search for 'Super User'
Basically I need to be able to run RTMP through tunnel. How do I integrate WebORB with IIS7?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We have an Adobe Flex client talking to a .NET server using WebORB. Simplifying things, on the .NET side of things we have a struct that wraps a ulong like this:
public struct MyStruct
{
private ulong _val;
public override string ToString()
{
return _val.ToString("x16");
…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
We have a RIA application that 300 clients concurrently use in an intranet environment. Together they make 30 calls / second to IIS (asp.net) (actually it's 60 but calls are loadbalanced over two IIS servers). Half of the calls is getting an asset (Caching Profile is used so most of the time cache…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I managed to use WCAT to test an url for an aspx page getting an asset. Now I would like to use it to test a remote call to WebORB from Flex.
Problem is I don't know what to put in RequestData, RequestHeader, ... If I look with Charles (HTTP Monitor), then it's impossible to copy paste the request…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Greetings. I'm planning on building a Flex based multiplayer game, and I'm researching what will be required for the server end. I have PHP experience, so I started looking at ZendAMF.
Now in this game, I'll need the concept of rooms, and real time updates to clients in those rooms, so it looks…
>>> More