September 2007
3 posts
TestDataTypes up and running!!!
I have just finished what I might call version 0.0.1 of the .NET SWX Assembler. This implements output of all the ActionScript types through a limited subset of the data types supported by the .NET framework. Listed in the table at the bottom of this post are the supported types and their associated ActionScript types. So with all that said it does mean that I can now point the TestDataTypes.swf...
Mirror mirror on the server
I’m having some problems with the application in that my SWX.NET gateway will run fine for a few requests but then starts running really slowly, and i don’t mean it starts hammering my CPU. It just runs s-l-o-w-l-y! I’m not sure what the problem is, I’ve got a feeling it’s to do with my use of Reflection in an ASP project but under the *idea* of the .NET framework...
SWX.NET...
I started porting SWX to the .NET platform about two weeks ago and i’ve made some good progress. Due to work and home commitments i’ve only managed to spend a few days on it. So far I’ve got the run-time class instantiation running via the wonderful reflection capabilities of .NET and i’ve also got my SWX gateway returning valid data for Integer, Bool and string types. Work...