<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel>
	<title>request document</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/request-document/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>request document</description>
	<pubDate>Mon, 22 Mar 2010 00:50:11+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Principle and Application of second Ajax (for HTTP requests)</title>
		<link>http://www.codeweblog.com/principle-and-application-of-second-ajax-for-http-requests/</link>
		<comments>http://www.codeweblog.com/principle-and-application-of-second-ajax-for-http-requests/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 19:55:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[web server]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[hyperlink]]></category>
<category><![CDATA[different ways]]></category>
<category><![CDATA[xmlhttprequest object]]></category>
<category><![CDATA[browsers support]]></category>
<category><![CDATA[javascript client]]></category>
<category><![CDATA[server side script]]></category>
<category><![CDATA[user interface]]></category>
<category><![CDATA[server response]]></category>
<category><![CDATA[browser address bar]]></category>
<category><![CDATA[client side script]]></category>
<category><![CDATA[server side response]]></category>
<category><![CDATA[client requests]]></category>
<category><![CDATA[request document]]></category>
<category><![CDATA[asynchronous mode]]></category>
<category><![CDATA[draf]]></category>
<category><![CDATA[single web]]></category>
<category><![CDATA[text documents]]></category>
<category><![CDATA[website address]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/principle-and-application-of-second-ajax-for-http-requests/</guid>
		<description><![CDATA[1, when in the browser address bar enter the website address, or submit the form, it is through the browser to the Web server to send the HTTP request, HTTP protocol provides a Web browser to the Web  ...]]></description>
		<content:encoded><![CDATA[1, when in the browser address bar enter the website address, or submit the form, it is through the browser to the Web server to send the HTTP request, HTTP protocol provides a Web browser to the Web  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/msxml2-xmlhttp-version-problem/" title="Msxml2.XMLHTTP version problem">Msxml2.XMLHTTP version problem</a> 2009-03-01 22:20:01</li>
					<li><a href="http://www.codeweblog.com/depth-understanding-of-the-eval-function-in-javascript/" title="Depth understanding of the eval function in javascript">Depth understanding of the eval function in javascript</a> 2009-03-01 20:15:02</li>
					<li><a href="http://www.codeweblog.com/js-after-ajax-request-return-of-the-problem-can-not-be-implemented/" title="JS after ajax request return of the problem can not be implemented">JS after ajax request return of the problem can not be implemented</a> 2009-03-01 17:15:02</li>
					<li><a href="http://www.codeweblog.com/js-charts-extjs-implementation-tools-can-be-combined/" title="JS charts extjs implementation tools can be combined">JS charts extjs implementation tools can be combined</a> 2009-02-27 20:55:02</li>
					<li><a href="http://www.codeweblog.com/flex-integrating-spring-hibernate/" title="FLEX: integrating Spring + Hibernate">FLEX: integrating Spring + Hibernate</a> 2009-02-27 12:34:47</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/principle-and-application-of-second-ajax-for-http-requests/</wfw:commentRss>
	</item>
		<item>
		<title>apache own performance testing tools</title>
		<link>http://www.codeweblog.com/apache-own-performance-testing-tools/</link>
		<comments>http://www.codeweblog.com/apache-own-performance-testing-tools/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 16:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[google]]></category>
<category><![CDATA[apache software foundation]]></category>
<category><![CDATA[server port]]></category>
<category><![CDATA[performance testing tools]]></category>
<category><![CDATA[document length]]></category>
<category><![CDATA[concurrent requests]]></category>
<category><![CDATA[server hostname]]></category>
<category><![CDATA[document path]]></category>
<category><![CDATA[test report]]></category>
<category><![CDATA[zeus technology ltd]]></category>
<category><![CDATA[adam twiss]]></category>
<category><![CDATA[domain name server]]></category>
<category><![CDATA[content requests]]></category>
<category><![CDATA[request document]]></category>
<category><![CDATA[test url]]></category>
<category><![CDATA[request number]]></category>
<category><![CDATA[failed requests]]></category>
<category><![CDATA[document size]]></category>
<category><![CDATA[number c]]></category>
<category><![CDATA[network traffic]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/apache-own-performance-testing-tools/</guid>
		<description><![CDATA[Introduction ab is the full name of ApacheBench, is attached to a small Apache tools, specialized HTTP Server for the benchmark testing, can be simulated at the same time a number of concurrent reques ...]]></description>
		<content:encoded><![CDATA[Introduction ab is the full name of ApacheBench, is attached to a small Apache tools, specialized HTTP Server for the benchmark testing, can be simulated at the same time a number of concurrent reques ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/manual-configuration-in-ubuntu-under-ruby-on-rails-environment/" title="Manual configuration in UBUNTU under ruby on rails environment">Manual configuration in UBUNTU under ruby on rails environment</a> 2009-03-05 11:45:02</li>
					<li><a href="http://www.codeweblog.com/ruby-rails-system-calls-the-use-of-ping/" title="Ruby Rails system calls the use of Ping">Ruby Rails system calls the use of Ping</a> 2009-03-04 22:20:02</li>
					<li><a href="http://www.codeweblog.com/rails-source-code-analysis-4-request-response/" title="Rails source code analysis (4): Request / Response">Rails source code analysis (4): Request / Response</a> 2009-03-02 10:40:02</li>
					<li><a href="http://www.codeweblog.com/use-ext-js-to-read-the-jsonreader-complex-object-json/" title="Use Ext JS to read the JsonReader complex object json">Use Ext JS to read the JsonReader complex object json</a> 2009-02-27 18:50:03</li>
					<li><a href="http://www.codeweblog.com/noclassdeffounderror-javax-servlet-servlet/" title="NoClassDefFoundError: javax / servlet / Servlet">NoClassDefFoundError: javax / servlet / Servlet</a> 2009-02-27 13:50:42</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/apache-own-performance-testing-tools/</wfw:commentRss>
	</item>
	</channel>
</rss>
