Skip to main content

Home/ Coders/ Group items tagged metadata

Rss Feed Group items tagged

Joel Bennett

Flickr Metadata Syncher for Vista - 0 views

  •  
    An app for synchronizing tagging and comments data from flickr to photos on your hard drive...
Joel Bennett

Annotea project - 0 views

  •  
    Annotea enhances collaboration via shared metadata based Web annotations, bookmarks, and their combinations ... that is, it allows comments, notes, explanations, etc to be "attached" to a web page or specific section of a web page ... and allows sharing these annotations with others.  '

    This is basically the W3Cs vision of how del.icio.us, diigo, etc ought to have worked...
Shahriar Kabir

Object-Relational Mapping (ORM) - 0 views

  •  
    Object-Relational Mapping (ORM) is a programming system in which a metadata descriptor is utilized to unite item code to a relational database. Article code is composed in item arranged programming (OOP) languages, for example, Java or C++. ORM changes over information between sort frameworks that are not able to exist together inside social databases and OOP languages.
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.
1 - 4 of 4
Showing 20 items per page