Another implementation of. NET Framework mono --- Related Concepts

Source: Internet
Author: User
Tags sharpdevelop

Mono has been known for a long time ago, but it is not very concerned or actually used. Recently I have studied Asp.net, which runs Asp.net on the Linux platform.ProgramTo learn the relationship between mono and Apache. Now I will explain several basic concepts for you to forget.

 

1. Mono

 

Another implementation of the. NET platform, including CLR, FCL, and compilation tools. The official website is http://www.mono-project.com.

 

2. monodevelop

Developing a program based on the mono platform requires an IDE. monodevelop is such an IDE, which is developed using C # And GUI based on GTK #. It is currently running on Linux. It was originally ported by another IDE named sharpdevelop. However, the relationship between sharpdevelop and monodevelop is very small. Sharpdevelop can only run on Windows.

 

3. mod_mono and xsp and mod_mono_server

 

The following are two basic methods for executing the Asp.net program on Linux:

(1). aspx ------> Apache ---- mod_mono ----> mod_mono_server

In this way, Apache transfers the aspx request to mod_mono for processing by mod_mono_server.

(2). aspx ------> xsp

In this way,. aspx is directly processed by xsp and does not need to exist in Apache. Xsp is an independent webserver developed by C.

 

It should be noted that mod_mono_server itself is modified by xsp. When installing xsp, mod_mono_server.so is automatically installed.

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.