<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" version="2.0">
  <channel>
    <title>Dan Miser - DataSnap</title>
    <link>http://www.distribucon.com/blog/</link>
    <description>Thoughts from Dan Miser</description>
    <language>en-us</language>
    <copyright>Dan Miser</copyright>
    <lastBuildDate>Tue, 08 Mar 2005 15:44:00 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>dmiser@distribucon.com</managingEditor>
    <webMaster>dmiser@distribucon.com</webMaster>
    <item>
      <trackback:ping>http://www.distribucon.com/blog/Trackback.aspx?guid=499</trackback:ping>
      <pingback:server>http://www.distribucon.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.distribucon.com/blog/PermaLink,guid,499.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://www.distribucon.com/blog/CommentView,guid,499.aspx</wfw:comment>
      <wfw:commentRss>http://www.distribucon.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=499</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://kterz.blogspot.com" target="_new">Kostas
Terzides</a> has started playing with DataSnap recently. He contacted me to add his <a href="http://cc.borland.com/ccweb.exe/listing?id=23068" target="_new">his
DataSnap components</a> to <a href="http://sourceforge.net/projects/midess" target="_new">MidEss</a>.
I'm hoping his addition to the project will energize it once again. Thanks for volunteering,
and welcome!<img width="0" height="0" src="http://www.distribucon.com/blog/aggbug.ashx?id=499" /></body>
      <title>MidEss news</title>
      <guid isPermaLink="false">http://www.distribucon.com/blog/PermaLink,guid,499.aspx</guid>
      <link>http://www.distribucon.com/blog/MidEssNews.aspx</link>
      <pubDate>Tue, 08 Mar 2005 15:44:00 GMT</pubDate>
      <description>&lt;a href="http://kterz.blogspot.com" target="_new"&gt;Kostas Terzides&lt;/a&gt; has started
playing with DataSnap recently. He contacted me to add his &lt;a href="http://cc.borland.com/ccweb.exe/listing?id=23068" target="_new"&gt;his
DataSnap components&lt;/a&gt; to &lt;a href="http://sourceforge.net/projects/midess" target="_new"&gt;MidEss&lt;/a&gt;.
I'm hoping his addition to the project will energize it once again. Thanks for volunteering,
and welcome!&lt;img width="0" height="0" src="http://www.distribucon.com/blog/aggbug.ashx?id=499" /&gt;</description>
      <comments>http://www.distribucon.com/blog/CommentView,guid,499.aspx</comments>
      <category>DataSnap</category>
    </item>
    <item>
      <trackback:ping>http://www.distribucon.com/blog/Trackback.aspx?guid=463</trackback:ping>
      <pingback:server>http://www.distribucon.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.distribucon.com/blog/PermaLink,guid,463.aspx</pingback:target>
      <dc:creator>Dan Miser</dc:creator>
      <wfw:comment>http://www.distribucon.com/blog/CommentView,guid,463.aspx</wfw:comment>
      <wfw:commentRss>http://www.distribucon.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=463</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">Ages ago, back when httpsrvr first came
out, I got it working with Apache for a client. Recently, I came across a post by
Sydney Delieu in the borland.public.datasnap group outlining the steps needed to get
this working today. It strikes me that things are quite a bit easier today than before
to get this working, but I did test these directions, and they work well. 
<p>
I use Apache 2.0.52 with httpsrvr.dll. To get it working: 
</p><p>
1. Install Apache (I will assume default directory structure for 2.0.52).<br />
2. Copy 'httpsrvr.dll' to your /apache2/cgi-bin directory.<br />
3. In httpd.conf, change the 'Options None' (again assuming defaults for 2.0.52) in
&lt;Directory "C:\Program Files/Apache Group/Apache2/cgi-bin"&gt; to 'Options ExecCGI'.<br />
4. AddHandler isapi-isa .dll to your httpd.conf.<br />
5. Restart Apache. 
</p><img width="0" height="0" src="http://www.distribucon.com/blog/aggbug.ashx?id=463" /></body>
      <title>HTTPSRVR with Apache</title>
      <guid isPermaLink="false">http://www.distribucon.com/blog/PermaLink,guid,463.aspx</guid>
      <link>http://www.distribucon.com/blog/HTTPSRVRWithApache.aspx</link>
      <pubDate>Mon, 07 Feb 2005 21:32:00 GMT</pubDate>
      <description>Ages ago, back when httpsrvr first came out, I got it working with Apache for a client. Recently, I came across a post by Sydney Delieu in the borland.public.datasnap group outlining the steps needed to get this working today. It strikes me that things are quite a bit easier today than before to get this working, but I did test these directions, and they work well. 
&lt;p&gt;
I use Apache 2.0.52 with httpsrvr.dll. To get it working: 
&lt;p&gt;
1. Install Apache (I will assume default directory structure for 2.0.52).&lt;br&gt;
2. Copy 'httpsrvr.dll' to your /apache2/cgi-bin directory.&lt;br&gt;
3. In httpd.conf, change the 'Options None' (again assuming defaults for 2.0.52) in
&amp;lt;Directory "C:\Program Files/Apache Group/Apache2/cgi-bin"&amp;gt; to 'Options ExecCGI'.&lt;br&gt;
4. AddHandler isapi-isa .dll to your httpd.conf.&lt;br&gt;
5. Restart Apache. 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.distribucon.com/blog/aggbug.ashx?id=463" /&gt;</description>
      <comments>http://www.distribucon.com/blog/CommentView,guid,463.aspx</comments>
      <category>DataSnap</category>
      <category>Delphi</category>
    </item>
    <item>
      <trackback:ping>http://www.distribucon.com/blog/Trackback.aspx?guid=308</trackback:ping>
      <pingback:server>http://www.distribucon.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.distribucon.com/blog/PermaLink,guid,308.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://www.distribucon.com/blog/CommentView,guid,308.aspx</wfw:comment>
      <wfw:commentRss>http://www.distribucon.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=308</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">Well, there's more there than just DataSnap
stuff, but the DataSnap info coming out of this blog is top shelf. 
<br /><a href="http://tondrej.blogspot.com/" target="_new">Ondrej Kelle's Blog</a><br /><a href="http://tondrej.blogspot.com/2004/10/datasnapnet.html" target="_new">DataSnap.NET</a><br /><a href="http://tondrej.blogspot.com/2004/09/perfmon-ready.html" target="_new">DataSnap
Perfomance Counter Libraries writeup</a><br /><a href="http://codecentral.borland.com/codecentral/ccweb.exe/listing?id=22334" target="_new">DataSnap
Performance Counter Libraries download</a><p>
Keep up the good work, Ondrej! 
</p><img width="0" height="0" src="http://www.distribucon.com/blog/aggbug.ashx?id=308" /></body>
      <title>Great DataSnap blog</title>
      <guid isPermaLink="false">http://www.distribucon.com/blog/PermaLink,guid,308.aspx</guid>
      <link>http://www.distribucon.com/blog/GreatDataSnapBlog.aspx</link>
      <pubDate>Tue, 19 Oct 2004 14:08:00 GMT</pubDate>
      <description>Well, there's more there than just DataSnap stuff, but the DataSnap info coming out of this blog is top shelf. &lt;br&gt;
&lt;a href="http://tondrej.blogspot.com/" target=_new&gt;Ondrej Kelle's Blog&lt;/a&gt;
&lt;br&gt;
&lt;a href="http://tondrej.blogspot.com/2004/10/datasnapnet.html" target=_new&gt;DataSnap.NET&lt;/a&gt;
&lt;br&gt;
&lt;a href="http://tondrej.blogspot.com/2004/09/perfmon-ready.html" target=_new&gt;DataSnap
Perfomance Counter Libraries writeup&lt;/a&gt;
&lt;br&gt;
&lt;a href="http://codecentral.borland.com/codecentral/ccweb.exe/listing?id=22334" target=_new&gt;DataSnap
Performance Counter Libraries download&lt;/a&gt; 
&lt;p&gt;
Keep up the good work, Ondrej! 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.distribucon.com/blog/aggbug.ashx?id=308" /&gt;</description>
      <comments>http://www.distribucon.com/blog/CommentView,guid,308.aspx</comments>
      <category>DataSnap</category>
    </item>
    <item>
      <trackback:ping>http://www.distribucon.com/blog/Trackback.aspx?guid=152</trackback:ping>
      <pingback:server>http://www.distribucon.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.distribucon.com/blog/PermaLink,guid,152.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://www.distribucon.com/blog/CommentView,guid,152.aspx</wfw:comment>
      <wfw:commentRss>http://www.distribucon.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=152</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://sourceforge.net/projects/midess">MidEss</a> is
still alive and kicking. Not much has happened with it lately, but that's due to it
being rather stable. Be sure to leave a comment here or on SourceForge if you have
bugs and/or features that you want to see incroporated into this project. 
<p>
Also, in case you didn't know, SourceForge has RSS feeds for each project. For example,
to subscribe to an RSS feed of MidEss releases, click <a href="http://sourceforge.net/export/rss2_projfiles.php?group_id=34319">here</a>.
Check out all of the <a href="http://sourceforge.net/export/rss2_project.php?group_id=34319">RSS
feeds</a> out for MidEss.
</p><img width="0" height="0" src="http://www.distribucon.com/blog/aggbug.ashx?id=152" /></body>
      <title>MidEss open source project</title>
      <guid isPermaLink="false">http://www.distribucon.com/blog/PermaLink,guid,152.aspx</guid>
      <link>http://www.distribucon.com/blog/MidEssOpenSourceProject.aspx</link>
      <pubDate>Thu, 11 Mar 2004 15:14:00 GMT</pubDate>
      <description>&lt;a href="http://sourceforge.net/projects/midess"&gt;MidEss&lt;/a&gt; is still alive and kicking.
Not much has happened with it lately, but that's due to it being rather stable. Be
sure to leave a comment here or on SourceForge if you have bugs and/or features that
you want to see incroporated into this project. 
&lt;p&gt;
Also, in case you didn't know, SourceForge has RSS feeds for each project. For example,
to subscribe to an RSS feed of MidEss releases, click &lt;a href="http://sourceforge.net/export/rss2_projfiles.php?group_id=34319"&gt;here&lt;/a&gt;.
Check out all of the &lt;a href="http://sourceforge.net/export/rss2_project.php?group_id=34319"&gt;RSS
feeds&lt;/a&gt; out for MidEss.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.distribucon.com/blog/aggbug.ashx?id=152" /&gt;</description>
      <comments>http://www.distribucon.com/blog/CommentView,guid,152.aspx</comments>
      <category>DataSnap</category>
    </item>
  </channel>
</rss>