Skip to main content

Home/ Coders/ Contents contributed and discussions participated by Matteo Spreafico

Contents contributed and discussions participated by Matteo Spreafico

Matteo Spreafico

stateless - A C# Hierarchical State Machine - 3 views

  • A C# Hierarchical State Machine
  • Create state machines and lightweight state machine-based workflows directly in .NET code
Matteo Spreafico

SqlClient Default Protocol Order - ADO.NET team blog - Site Home - MSDN Blogs - 0 views

  • By default, SqlClient attempts to make the connection using the following protocol order[1]: Shared Memory TCP/IP Named Pipes
Matteo Spreafico

Apigee - 2 views

  • We think APIs are great, and we are here to make them easier to use. Developers need better testing and debugging tools, Product Managers need better analytics, and Admins need better protection for their APIs. Apigee is a free platform that provides lifecycle services for APIs.
Matteo Spreafico

Processing.js - 2 views

  • Processing.js is an open programming language for people who want to program images, animation, and interactions for the web without using Flash or Java applets. Processing.js uses Javascript to draw shapes and manipulate images on the HTML5 Canvas element. The code is light-weight, simple to learn and makes an ideal tool for visualizing data, creating user-interfaces and developing web-based games.
Matteo Spreafico

JS-Kit ECHO - 5 views

  • Echo is... the next generation commenting system. It’s the way to share your content, and watch the live reaction. You can quickly embed Echo on WordPress, Blogger, or any website and turn your static pages into a real-time stream of diggs, tweets, comments and more.
Matteo Spreafico

OQGRAPH Engine for MySQL, MariaDB and Drizzle - 1 views

  • The Open Query GRAPH engine (OQGRAPH) is a computation engine allowing hierarchies and more complex graph structures to be handled in a relational fashion. In a nutshell, tree structures and friend-of-a-friend style searches can now be done using standard SQL syntax, and results joined onto other tables.
Matteo Spreafico

Clemens Vasters, Bldg 42 : Port Bridge - 0 views

  • In order to increase the responsiveness and throughput for protocols that are happy to kill and reestablish connections such as HTTP does, “Port Bridge” is always multiplexing concurrent traffic that’s flowing between two parties on the same logical socket.
  • With Hybrid, all connections are first established through the Service Bus Relay and then our bits do a little “NAT dance” trying to figure out whether there’s a way to connect both parties with a direct socket – if that works the connection gets upgraded to the most direct connections in-flight.
  • Now you might say You are using a WCF ServiceContract? Isn’t that using SOAP and doesn’t that cause ginormous overhead? No, it doesn’t. We’re using the WCF binary encoder in session mode here. That’s about as efficient as you can get it on the wire with serialized data. The per-frame SOAP overhead for net.tcp with the binary encoder in session mode is in the order of 40-50 bytes per message because of dictionary-based metadata compression. The binary encoder also isn’t doing any base64 trickery but treats binary as binary – one byte is one byte. Port Bridge is using a default frame size of 64K (which gets filled up in high-volume streaming cases due to the built-in Nagling support) and so we’re looking at an overhead of far less than 0.1%. That’s not shabby.
‹ Previous 21 - 40 of 54 Next ›
Showing 20 items per page