<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Welcome to Window's Web Transports Blog</title><link>http://blogs.msdn.com/b/webtransports/archive/2004/02/24/intro.aspx</link><description>This is a collaborative Weblog from the Web Transports Team in Windows Networking. As a team we work on the http stacks in Windows; http.sys the kernel part of the IIS 6.0 Web Server (part of Windows Server 2003) and its own developer API , wininet.dll</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Welcome to Window's Web Transports Blog</title><link>http://blogs.msdn.com/b/webtransports/archive/2004/02/24/intro.aspx#155793</link><pubDate>Tue, 15 Jun 2004 08:59:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:155793</guid><dc:creator>Akien MacIain</dc:creator><description>This might be more of a support question, but here goes... Running ZoneAlarm firewall, couldn't get either IIS or Apache to work. Then used the apache directive which says basically Use Accept() instead of AcceptEx()... Is there a way to do that in IIS (I'm using IIS 5.0)&lt;br&gt;&lt;br&gt;Thanx. akienm@weirdness.org&lt;br&gt;&lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=155793" width="1" height="1"&gt;</description></item><item><title>re: AcceptEx(), TransmitPackets(), Asynchronous socket calls </title><link>http://blogs.msdn.com/b/webtransports/archive/2004/02/24/intro.aspx#114268</link><pubDate>Fri, 16 Apr 2004 03:24:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:114268</guid><dc:creator>Anthony</dc:creator><description>These APIs aren't exposed directly from the Sockets class. If you call BeginAccept/EndAccept on v2.0 of the framework, then it will be using AcceptEx under the covers. I believe a new method for sending a file over a socket has been added in v2.0 as well (which underneath will use TransmitFile). I don't believe there are plans for TransmitPackets though.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=114268" width="1" height="1"&gt;</description></item><item><title>re: Welcome to Window's Web Transports Blog</title><link>http://blogs.msdn.com/b/webtransports/archive/2004/02/24/intro.aspx#107056</link><pubDate>Sat, 03 Apr 2004 17:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:107056</guid><dc:creator>John</dc:creator><description>Why can't Microsoft continue to support Winhttp.dll on older releases of the OS? Why are new features always on the latest (and far future) versions of the OS? Can't you decouple these features more from the core OS?&lt;br&gt;&lt;br&gt;P.S. I'm not a member of the Microsoft hater club, just a developer who can't stand having to upgrade OS's just to take advantage of the latest library advances.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=107056" width="1" height="1"&gt;</description></item><item><title>AcceptEx(), TransmitPackets(), Asynchronous socket calls</title><link>http://blogs.msdn.com/b/webtransports/archive/2004/02/24/intro.aspx#106810</link><pubDate>Sat, 03 Apr 2004 01:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:106810</guid><dc:creator>Ricky Datta</dc:creator><description>AcceptEx(), TransmitPackets(), Asynchronous socket calls - are these warpped in 2.0 version of the FX ?&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;Ricky&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=106810" width="1" height="1"&gt;</description></item><item><title>re: Welcome to Window's Web Transports Blog</title><link>http://blogs.msdn.com/b/webtransports/archive/2004/02/24/intro.aspx#80171</link><pubDate>Thu, 26 Feb 2004 05:53:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:80171</guid><dc:creator>Ari Pernick</dc:creator><description>Don Box, who is much more authoritative about Indigo then I, has a blog entry sorta on this topic: &lt;a target="_new" href="http://www.gotdotnet.com/team/dbox/default.aspx?month=2003-11"&gt;http://www.gotdotnet.com/team/dbox/default.aspx?month=2003-11&lt;/a&gt; &lt;br&gt;in the entry title'd 'Is Longhorn &amp;quot;Managed&amp;quot;?'&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=80171" width="1" height="1"&gt;</description></item><item><title>re: Welcome to Window's Web Transports Blog</title><link>http://blogs.msdn.com/b/webtransports/archive/2004/02/24/intro.aspx#80169</link><pubDate>Thu, 26 Feb 2004 05:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:80169</guid><dc:creator>Ari Pernick</dc:creator><description>Thanks for the question!&lt;br&gt;IIS 6 via http.sys and previous versions of IIS support pipelining. Client side, wininet won't support pipelining in the forseeable future and winhttp will support pipelining in the next major OS release (Longhorn). From what I understand Indigo uses whidbey version of the net classes. I understand that the net classes on the server side use http.sys and the client side has it's own sockets based http stack that supports pipelining. I'll try to get a bigger picture of what http stacks are available and what the plus and minuses of each them are in a future post.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=80169" width="1" height="1"&gt;</description></item><item><title>RE: Welcome to Window's Web Transports Blog</title><link>http://blogs.msdn.com/b/webtransports/archive/2004/02/24/intro.aspx#79397</link><pubDate>Wed, 25 Feb 2004 00:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:79397</guid><dc:creator>dada@cam.org (Stephane Lajoie)</dc:creator><description>If you're looking for something to post about, I'm curious about something:&lt;br&gt;&lt;br&gt;Do you guys plan to support HTTP pipelining eventually? In the server? In the client? I notice that the new Indigo messaging system has a nice pipelined architecture. Is the http Indigo transport implemented using http.sys/wininet.dll, and if so, does that mean Indigo will not be pipelined when using http?&lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=79397" width="1" height="1"&gt;</description></item></channel></rss>