CGI คืออะไร
CGI หรือ Common Gateway Interfaces คือรูปแบบการส่งถ่ายข้อมูลระหว่าง World Wide Web เซอร์เวอร์ และ CGI โปรแกรม, CGI โปรแกรมเป็นโปรแกรมซึ่งถูกออกแบบให้ทำการรับและส่งกลับข้อมูลเพื่อการทำงานตามรูปแบบการทำงานของ CGI
CGI โปรแกรม สามารถเขียนได้จากภาษาในการโปรแกรมมิ่งทั่วไป เช่น C, php, Java, Perl หรือ Visual Basic เป็นต้น
CGI โปรแกรมเป็นรูปแบบพื้นฐานที่จะใช้ทำงานกับการรับส่งข้อมูลแบบไดนามิกกับผู้ใช้งาน ตัวอย่างการใช้งาน CGI เช่นการทำการประมวลผลจากการส่งข้อมูลผ่าน form ในหน้า HTML
CGI โปรแกรม สามารถเขียนได้จากภาษาในการโปรแกรมมิ่งทั่วไป เช่น C, php, Java, Perl หรือ Visual Basic เป็นต้น
CGI โปรแกรมเป็นรูปแบบพื้นฐานที่จะใช้ทำงานกับการรับส่งข้อมูลแบบไดนามิกกับผู้ใช้งาน ตัวอย่างการใช้งาน CGI เช่นการทำการประมวลผลจากการส่งข้อมูลผ่าน form ในหน้า HTML
What is CGI?
Abbreviation of Common Gateway Interface, a specification for transferring information between a World Wide Web server and a CGI program. A CGI program is any program designed to accept and return data that conforms to the CGI specification. The program could be written in any programming language, including C, Perl, Java, or Visual Basic.
CGI programs are the most common way for Web servers to interact dynamically with users. Many HTML pages that contain forms, for example, use a CGI program to process the form's data once it's submitted. Another increasingly common way to provide dynamic feedback for Web users is to include scripts or programs that run on the user's machine rather than the Web server. These programs can be Java applets, Java scripts, or ActiveX controls. These technologies are known collectively as client-side solutions, while the use of CGI is a server-side solution because the processing occurs on the Web server.
One problem with CGI is that each time a CGI script is executed, a new process is started. For busy Web sites, this can slow down the server noticeably. A more efficient solution, but one that it is also more difficult to implement, is to use the server's API, such as ISAPI or NSAPI. Another increasingly popular solution is to use Java servlets.
CGI programs are the most common way for Web servers to interact dynamically with users. Many HTML pages that contain forms, for example, use a CGI program to process the form's data once it's submitted. Another increasingly common way to provide dynamic feedback for Web users is to include scripts or programs that run on the user's machine rather than the Web server. These programs can be Java applets, Java scripts, or ActiveX controls. These technologies are known collectively as client-side solutions, while the use of CGI is a server-side solution because the processing occurs on the Web server.
One problem with CGI is that each time a CGI script is executed, a new process is started. For busy Web sites, this can slow down the server noticeably. A more efficient solution, but one that it is also more difficult to implement, is to use the server's API, such as ISAPI or NSAPI. Another increasingly popular solution is to use Java servlets.
NetRegis.com ให้บริการเช่า Hosting และจดทะเบียนโดเมนเนม โดยผู้ให้บริการที่เชื่อถือได้ พร้อมใช้งานได้ภายใน 30 นาที
- Domain Name คืออะไร
- จดโดเมน
- จดทะเบียนโดเมน
- ย้ายโดเมน
- ต่ออายุโดเมน
- ราคา Domain
- เอกสารประกอบการจดโดเมน .th
- การตั้งชื่อโดเมน
- ตรวจสอบโดเมน
- เกี่ยวกับโดเมน
- โดเมนสวยๆ
- Thailand Directory
- คำถามเกี่ยวกับ domain
- ลูกค้าชั้นนำที่ใช้บริการโดเมน
- โดเมน มีกี่ประเภท
- โดเมนที่ใช้ในประเทศต่างๆ
- ระบบเช็คโดเมนอัจฉริยะ ใช้งานอย่างไร
- Hosting คืออะไร
- เช่า Hosting
- ราคา Hosting
- Hosting ที่ไหนดี?
- วิธีเลือก Hosting
- ข้อมูล เครื่อง Server
- เปรียบเทียบ Windows & Unix
- คำถามเกี่ยวกับ Hosting
- ความรู้เกี่ยวกับ ASP.NET
- ลูกค้าชั้นนำที่ใช้บริการ Hosting























