Community for F#

Blog articles of Community for F#

0
comment
on 2/27/2012 4:54 AM
.
0
comment
on 2/26/2012 7:16 AM
Note: don’t forget to check out the Benchmarks page to see the latest round up of binary and JSON serializers.   Since my last round of benchmarks on binary serializers, there’s a new player in town – MessageShark, which at the time of this writing does not support serialization of fields, but offers comparable speed [...]
>> Read the full article
.
0
comment
on 2/20/2012 3:33 PM
Just a quick note to mention that I will be speaking to The Developers Group on the 14th Mar about NoSQL Databases and how to use them to solve common web use cases. In this session I’ll give an overview of the NoSQL movement and compare the different types of NoSQL databases and their relative [...]
>> Read the full article
.
0
comment
on 2/20/2012 5:01 AM
.
0
comment
on 2/19/2012 11:30 PM
This will be the last post on rebuilding the MailboxProcessor using TDF, here’s a quick discussion of the missing pieces… First, lets start with the simple ones, these don’t really require much discussion. DefaultTimeout 1 2 3 4 5 let mutable defaultTimeout = Timeout.Infinite member x.DefaultTimeout with get() = defaultTimeout and set(value) = defaultTimeout <- value This simply provides a mutable property using Timeout.Infinite as a default setting. CurrentQueueLength 1 member x.CurrentQu[...]
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper