Encapsulated MogileFS client API

Source: Internet
Author: User

Recently, the company transformed the file system. Thanks to previous work experience, it chose MogileFS.

I found two versions of client APIs on the Internet, but after reading the code, I found that no connection pool is supported. So I encapsulated an API that supports the connection pool on the basis of the original API.

Because it is written based on the ADO. NET mechanism, you must provide a database connection string similar to the following format when writing interfaces:

 

Code

<? Xml version = "1.0" encoding = "UTF-8"?>
<Configuration>
<ConnectionStrings>
<! -- A complete MogileFS connection string -->
<Add
Name = "MogileFS"
ConnectionString = "host = 192.168.33.2; port = 6001; pooling = true; connection timeout = 100; Connection Lifetime = 150; domain = test;"/>
</ConnectionStrings>
</Configuration>

 

"MogileFS" is the default configuration node name.

In configuration, except host and domain are required, they are optional.

 

Source code: Maocos.IO.rar (this code can be freely spread and modified, but please keep the copyright statement)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.