<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SBCL: Getting started with mmap()</title>
	<atom:link href="http://blog.viridian-project.de/2009/07/24/sbcl-getting-started-with-mmap/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.viridian-project.de/2009/07/24/sbcl-getting-started-with-mmap/</link>
	<description>Leslie P. Polzer on code, music, literature, design and free software business.</description>
	<lastBuildDate>Fri, 09 Dec 2011 14:52:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ala'a (cmo-0)</title>
		<link>http://blog.viridian-project.de/2009/07/24/sbcl-getting-started-with-mmap/comment-page-1/#comment-29423</link>
		<dc:creator>Ala'a (cmo-0)</dc:creator>
		<pubDate>Sun, 26 Jul 2009 20:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/?p=183#comment-29423</guid>
		<description>IIRC ACL has a keyword parameter :mapped for /open/ call

more over have a look at these discussion about io and mmap:

http://groups.google.com/group/comp.lang.lisp/browse_frm/thread/6dac10215611f08?hl=en&amp;q=mmap#

http://groups.google.com/group/comp.lang.lisp/browse_frm/thread/ed5fdab0db1a80a5?hl=en&amp;q=mmap#</description>
		<content:encoded><![CDATA[<p>IIRC ACL has a keyword parameter :mapped for /open/ call</p>
<p>more over have a look at these discussion about io and mmap:</p>
<p><a href="http://groups.google.com/group/comp.lang.lisp/browse_frm/thread/6dac10215611f08?hl=en&amp;q=mmap#" rel="nofollow">http://groups.google.com/group/comp.lang.lisp/browse_frm/thread/6dac10215611f08?hl=en&amp;q=mmap#</a></p>
<p><a href="http://groups.google.com/group/comp.lang.lisp/browse_frm/thread/ed5fdab0db1a80a5?hl=en&amp;q=mmap#" rel="nofollow">http://groups.google.com/group/comp.lang.lisp/browse_frm/thread/ed5fdab0db1a80a5?hl=en&amp;q=mmap#</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blah</title>
		<link>http://blog.viridian-project.de/2009/07/24/sbcl-getting-started-with-mmap/comment-page-1/#comment-29346</link>
		<dc:creator>blah</dc:creator>
		<pubDate>Sat, 25 Jul 2009 13:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/?p=183#comment-29346</guid>
		<description>AFAIK mmap() nowadays works on windows, but windows implementations of it do tend to be  criminally slow compared to unix.

The gratuitously-different-windows-native-analogue of course exists, MapViewOfFile and friends:
http://msdn.microsoft.com/en-us/library/aa366781(VS.85).aspx#file_mapping_functions</description>
		<content:encoded><![CDATA[<p>AFAIK mmap() nowadays works on windows, but windows implementations of it do tend to be  criminally slow compared to unix.</p>
<p>The gratuitously-different-windows-native-analogue of course exists, MapViewOfFile and friends:<br />
<a href="http://msdn.microsoft.com/en-us/library/aa366781(VS.85).aspx#file_mapping_functions" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa366781(VS.85).aspx#file_mapping_functions</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leslie</title>
		<link>http://blog.viridian-project.de/2009/07/24/sbcl-getting-started-with-mmap/comment-page-1/#comment-29308</link>
		<dc:creator>Leslie</dc:creator>
		<pubDate>Fri, 24 Jul 2009 16:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/?p=183#comment-29308</guid>
		<description>The call itself is part of POSIX so it will work on most operating systems including most modern versions of Windows.

See http://en.wikipedia.org/wiki/POSIX#POSIX-oriented_operating_systems

It&#039;s likely that SB-POSIX (and thus SB-POSIX:MMAP) is available on all systems that support POSIX properly.</description>
		<content:encoded><![CDATA[<p>The call itself is part of POSIX so it will work on most operating systems including most modern versions of Windows.</p>
<p>See <a href="http://en.wikipedia.org/wiki/POSIX#POSIX-oriented_operating_systems" rel="nofollow">http://en.wikipedia.org/wiki/POSIX#POSIX-oriented_operating_systems</a></p>
<p>It&#8217;s likely that SB-POSIX (and thus SB-POSIX:MMAP) is available on all systems that support POSIX properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dasuxullebt</title>
		<link>http://blog.viridian-project.de/2009/07/24/sbcl-getting-started-with-mmap/comment-page-1/#comment-29306</link>
		<dc:creator>dasuxullebt</dc:creator>
		<pubDate>Fri, 24 Jul 2009 15:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/?p=183#comment-29306</guid>
		<description>Does this work unter Mac OS and Windows, too?</description>
		<content:encoded><![CDATA[<p>Does this work unter Mac OS and Windows, too?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

