<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=ISAPI</id>
	<title>ISAPI - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=ISAPI"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=ISAPI&amp;action=history"/>
	<updated>2026-05-14T11:45:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://mediawiki.zeropage.org/index.php?title=ISAPI&amp;diff=32494&amp;oldid=prev</id>
		<title>imported&gt;Unknown at 05:23, 7 February 2021</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=ISAPI&amp;diff=32494&amp;oldid=prev"/>
		<updated>2021-02-07T05:23:26Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== IIS ===&lt;br /&gt;
* IIS(Internet Information Services)란 웹 서버, FTP 서버와 같이 기본적이고 범용적인 인터넷 서비스를 시스템에서 제공할 수 있게 해주는 소프트웨어를 말한다. 기존 윈도우2000 제품군의 경우 기본적으로 IIS 5.0을 제공하였고 윈도우XP의 기존 IIS 5.0의 기능을 개선한 IIS 5.1을 제공하고 있다. 한 마디로 HTTP, FTP, SMTP 서버의 묶음이다.&lt;br /&gt;
&lt;br /&gt;
* 설치&lt;br /&gt;
  프로그래 추가/제거 -&amp;gt; Windows 구성 요소 추가/제거 -&amp;gt; 인터넷 정보 서비스(IIS)&lt;br /&gt;
=== ISAPI ===&lt;br /&gt;
Internet Server Application Programming Interface 의 약자로 개발자에게 IIS 의 기능을 확장할 수 있는 방법을 제공한다. 즉, IIS 가 이미 구현한 기능을 사용해서 개발자가 새로운 기능을 구현할 수 있는 IIS SDK 다. 개발자는 ISAPI 를 이용해서 Extensions, Filters 라는 두 가지 형태의 어플리케이션을 개발할 수 있다.&lt;br /&gt;
&lt;br /&gt;
* Advantages&lt;br /&gt;
** High Performance : outperform any other web application technology. (ASP, servser-side component)&lt;br /&gt;
** Low-Level Control : access to the whole array of Win32 API or 3rd party API&lt;br /&gt;
&lt;br /&gt;
* Cautions&lt;br /&gt;
** Development requires more time : written in C or C++&lt;br /&gt;
** Scailability gains are not necessarily automatic : runs faster than others but there is no guarantee of perfect scalability&lt;br /&gt;
** ISAPI operates below helpful IIS infrastructure : helpful programming abstractions are absent. (ex: session )&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[도구분류]]&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>imported&gt;Unknown</name></author>
	</entry>
</feed>