<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/comp.lang.rexx</id>
  <title type="text">comp.lang.rexx Google Group</title>
  <subtitle type="text">
  The REXX command language.
  </subtitle>
  <link href="/group/comp.lang.rexx/feed/atom_v1_0_msgs.xml" rel="self" title="comp.lang.rexx feed"/>
  <updated>2008-09-06T02:19:18Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Michael Lueck</name>
  <email>mlu...@lueckdatasystems.com</email>
  </author>
  <updated>2008-09-06T02:19:18Z</updated>
  <id>http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/242e1aef0fcef233/fbcaa4f8fd7f2a5a?show_docid=fbcaa4f8fd7f2a5a</id>
  <link href="http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/242e1aef0fcef233/fbcaa4f8fd7f2a5a?show_docid=fbcaa4f8fd7f2a5a"/>
  <title type="text">Re: Memory usuage reduction</title>
  <summary type="html" xml:space="preserve">
  ML wrote: &lt;br&gt; I suspect Mr. Swift was running Rexx/ORexx on a platform other than OS/2. &lt;br&gt; Rexx programs on OS/2 must have the .CMD extension.
  </summary>
  </entry>
  <entry>
  <author>
  <name>ML</name>
  <email>spamg...@hotmai1.com</email>
  </author>
  <updated>2008-09-05T19:03:52Z</updated>
  <id>http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/242e1aef0fcef233/e6680f2eb29e8b80?show_docid=e6680f2eb29e8b80</id>
  <link href="http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/242e1aef0fcef233/e6680f2eb29e8b80?show_docid=e6680f2eb29e8b80"/>
  <title type="text">Re: Memory usuage reduction</title>
  <summary type="html" xml:space="preserve">
  &amp;gt;&amp;gt; Why wouldn&#39;t something along the lines of: &lt;br&gt; &amp;gt;&amp;gt; do forever &lt;br&gt; &amp;gt;&amp;gt; data=CharIn(source,,1024*1024) &lt;br&gt; &amp;gt;&amp;gt; CALL CharOut target,data &lt;br&gt; &amp;gt;&amp;gt; end &lt;br&gt; &lt;p&gt; &amp;gt;&amp;gt; work? &lt;br&gt; &amp;gt; I do something very similar in my &amp;quot;compare.rex&amp;quot; program, except &lt;br&gt; &amp;gt; that I do two charin&#39;s. It has never caused any observable &lt;br&gt; &amp;gt; problems. &lt;br&gt; O well, why not. Let&#39;s try it with such a COMPARE.REX: ;-)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Steve Swift</name>
  <email>steve.j.sw...@gmail.com</email>
  </author>
  <updated>2008-09-03T17:07:42Z</updated>
  <id>http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/242e1aef0fcef233/02c86b0f7ed83ac6?show_docid=02c86b0f7ed83ac6</id>
  <link href="http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/242e1aef0fcef233/02c86b0f7ed83ac6?show_docid=02c86b0f7ed83ac6"/>
  <title type="text">Re: Memory usuage reduction</title>
  <summary type="html" xml:space="preserve">
  I do something very similar in my &amp;quot;compare.rex&amp;quot; program, except that I &lt;br&gt; do two charin&#39;s. It has never caused any observable problems. &lt;br&gt; I set the buffer proportional to the size of the files being compared, &lt;br&gt; but with an upper limit (16MB as I recall) to prevent the progress bar&#39;s &lt;br&gt; progress becoming choppy.
  </summary>
  </entry>
  <entry>
  <author>
  <name>misteros2</name>
  <email>mister...@skynet.be</email>
  </author>
  <updated>2008-09-02T19:52:30Z</updated>
  <id>http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/8333abf9ffd96474/bc09a7c37bf39bb8?show_docid=bc09a7c37bf39bb8</id>
  <link href="http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/8333abf9ffd96474/bc09a7c37bf39bb8?show_docid=bc09a7c37bf39bb8"/>
  <title type="text">rexxsql 2.5 installation problem</title>
  <summary type="html" xml:space="preserve">
  - my config: redhat 5.2, oorexx 3.2, RexxSQL-2.5.tar.gz &lt;br&gt; - ./configure runs ok: &lt;br&gt; ./configure --with-rexx=oorexx --with-db=mysql &lt;br&gt; Rexx/SQL has now been configured with the following options: &lt;br&gt; Rexx Interpreter: ooRexx (using oorexx-config) &lt;br&gt; Database: MySQL &lt;br&gt; Database headers in: /usr/include/mysql
  </summary>
  </entry>
  <entry>
  <author>
  <name>misteros2</name>
  <email>mister...@skynet.be</email>
  </author>
  <updated>2008-09-02T19:45:39Z</updated>
  <id>http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/8333abf9ffd96474/10dab744b26529a5?show_docid=10dab744b26529a5</id>
  <link href="http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/8333abf9ffd96474/10dab744b26529a5?show_docid=10dab744b26529a5"/>
  <title type="text">rexxsql 2.5 installation problem</title>
  <summary type="html" xml:space="preserve">
  - my config: redhat 5.2, oorexx 3.2, RexxSQL-2.5.tar.gz &lt;br&gt; - ./configure runs ok: &lt;br&gt; ./configure --with-rexx=oorexx --with-db=mysql &lt;br&gt; Rexx/SQL has now been configured with the following options: &lt;br&gt; Rexx Interpreter: ooRexx (using oorexx-config) &lt;br&gt; Database: MySQL &lt;br&gt; Database headers in: /usr/include/mysql
  </summary>
  </entry>
  <entry>
  <author>
  <name>ML</name>
  <email>spamg...@hotmai1.com</email>
  </author>
  <updated>2008-09-02T19:59:23Z</updated>
  <id>http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/242e1aef0fcef233/9de69af6ab178d1f?show_docid=9de69af6ab178d1f</id>
  <link href="http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/242e1aef0fcef233/9de69af6ab178d1f?show_docid=9de69af6ab178d1f"/>
  <title type="text">Re: Memory usuage reduction</title>
  <summary type="html" xml:space="preserve">
  &amp;gt;&amp;gt; Using &amp;quot;CALL CharOut target,CharIn(source,,16*1024* 1024)&amp;quot; is (close &lt;br&gt; &amp;gt;&amp;gt; to) fatal... &lt;br&gt; &amp;gt; Maybe that&#39;s just an example of you using a 16MB buffer, rather than &lt;br&gt; &amp;gt; what you think you actually need to do? &lt;br&gt; That&#39;s right, in addition to &#39;mb16=&amp;quot;&amp;quot;&#39; and &#39;DROP mb16&#39;. The problem also &lt;br&gt; occurs when not using the &#39;RxVariablePool&#39;: no &#39;free(buffer);&#39;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rick McGuire</name>
  <email>object.r...@gmail.com</email>
  </author>
  <updated>2008-09-02T19:13:30Z</updated>
  <id>http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/242e1aef0fcef233/fd4b3cd79174c86e?show_docid=fd4b3cd79174c86e</id>
  <link href="http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/242e1aef0fcef233/fd4b3cd79174c86e?show_docid=fd4b3cd79174c86e"/>
  <title type="text">Re: Memory usuage reduction</title>
  <summary type="html" xml:space="preserve">
  ML wrote: &lt;br&gt; That&#39;s not the way the ooRexx memory system works. Each allocation is &lt;br&gt; not a malloc()/free(). The interpreter manages its own garbage &lt;br&gt; collected memory heap, and allocations are made from that heap. If a &lt;br&gt; request is unable to be fulfilled from the existing memory heap, a &lt;br&gt; garbage collection cycle is run, and if there still is no block of
  </summary>
  </entry>
  <entry>
  <author>
  <name>ML</name>
  <email>spamg...@hotmai1.com</email>
  </author>
  <updated>2008-09-01T19:42:29Z</updated>
  <id>http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/242e1aef0fcef233/11738d16d037b82d?show_docid=11738d16d037b82d</id>
  <link href="http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/242e1aef0fcef233/11738d16d037b82d?show_docid=11738d16d037b82d"/>
  <title type="text">Re: Memory usuage reduction</title>
  <summary type="html" xml:space="preserve">
  &amp;gt;&amp;gt; Using &amp;quot;CALL CharOut target,CharIn(source,,16*1024* 1024)&amp;quot; is (close &lt;br&gt; &amp;gt;&amp;gt; to) fatal... &lt;br&gt; &amp;gt; Maybe that&#39;s just an example of you using a 16MB buffer, rather than &lt;br&gt; &amp;gt; what you think you actually need to do? &lt;br&gt; That&#39;s right, in addition to &#39;mb16=&amp;quot;&amp;quot;&#39; and &#39;DROP mb16&#39;. The problem also &lt;br&gt; occurs when not using the &#39;RxVariablePool&#39;: no &#39;free(buffer);&#39;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jeremy Nicoll - news posts</name>
  <email>jn.nntp.scrap...@wingsandbeaks.org.uk</email>
  </author>
  <updated>2008-09-01T17:37:45Z</updated>
  <id>http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/242e1aef0fcef233/861d6ac54b4ad607?show_docid=861d6ac54b4ad607</id>
  <link href="http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/242e1aef0fcef233/861d6ac54b4ad607?show_docid=861d6ac54b4ad607"/>
  <title type="text">Re: Memory usuage reduction</title>
  <summary type="html" xml:space="preserve">
  Maybe that&#39;s just an example of you using a 16MB buffer, rather than what &lt;br&gt; you think you actually need to do? &lt;br&gt; Why wouldn&#39;t something along the lines of: &lt;br&gt; do forever &lt;br&gt; data=CharIn(source,,1024*1024) &lt;br&gt; CALL CharOut target,data &lt;br&gt; end &lt;br&gt; work? Surely the size of &#39;data&#39; will not grow? &lt;br&gt; (With suitable extra logic to stop the loop once all the data&#39;s been seen?)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Three Lefts</name>
  <email>spamt...@spamtrap.invalid</email>
  </author>
  <updated>2008-09-01T07:17:53Z</updated>
  <id>http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/cc54671e10f2969f/bc6f37c356c5ca49?show_docid=bc6f37c356c5ca49</id>
  <link href="http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/cc54671e10f2969f/bc6f37c356c5ca49?show_docid=bc6f37c356c5ca49"/>
  <title type="text">Re: ooRexx vs Object Rexx</title>
  <summary type="html" xml:space="preserve">
  On Mon, 01 Sep 2008 06:52:41 +0100, Steve Swift &lt;br&gt; OK, thanks.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Steve Swift</name>
  <email>steve.j.sw...@gmail.com</email>
  </author>
  <updated>2008-09-01T05:52:41Z</updated>
  <id>http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/cc54671e10f2969f/5a11818a2a8e82e2?show_docid=5a11818a2a8e82e2</id>
  <link href="http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/cc54671e10f2969f/5a11818a2a8e82e2?show_docid=5a11818a2a8e82e2"/>
  <title type="text">Re: ooRexx vs Object Rexx</title>
  <summary type="html" xml:space="preserve">
  They were roughly the same when IBM gave away the source. ooRexx didn&#39;t &lt;br&gt; include IBM&#39;s &amp;quot;Workbench&amp;quot; nor the RxFTP() package. This was ~8 years ago &lt;br&gt; (wild guess, feels like that to me). &lt;br&gt; Then Object REXX development stopped, and ooREXX took off, so they have &lt;br&gt; now diverged. &lt;br&gt; If you are fluent in Object Rexx then ooRexx can do it all, any
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dennis Lee Bieber</name>
  <email>wlfr...@ix.netcom.com</email>
  </author>
  <updated>2008-09-01T00:45:10Z</updated>
  <id>http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/cc54671e10f2969f/b3f379bbfb7cf1de?show_docid=b3f379bbfb7cf1de</id>
  <link href="http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/cc54671e10f2969f/b3f379bbfb7cf1de?show_docid=b3f379bbfb7cf1de"/>
  <title type="text">Re: ooRexx vs Object Rexx</title>
  <summary type="html" xml:space="preserve">
  On Sun, 31 Aug 2008 16:00:28 -0700, Three Lefts &lt;br&gt; &amp;lt;spamt...@spamtrap.invalid&amp;gt; declaimed the following in comp.lang.rexx: &lt;br&gt; As I recall, the core Object REXX language was turned over to RLA to &lt;br&gt; become Open Object REXX... However, some IBM proprietary extensions &lt;br&gt; (IDE, GUI interface, etc.) were not included in the transfer.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Three Lefts</name>
  <email>spamt...@spamtrap.invalid</email>
  </author>
  <updated>2008-08-31T23:00:28Z</updated>
  <id>http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/cc54671e10f2969f/a08107df74b93a14?show_docid=a08107df74b93a14</id>
  <link href="http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/cc54671e10f2969f/a08107df74b93a14?show_docid=a08107df74b93a14"/>
  <title type="text">ooRexx vs Object Rexx</title>
  <summary type="html" xml:space="preserve">
  I assume that ooRexx (from The Rexx Language Association): &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.oorexx.org/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; is not the same as Object Rexx (from IBM): &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www-01.ibm.com/software/awdtools/obj-rexx/windows/index.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Right? &lt;br&gt; Is Object Rexx available as a separate product from IBM? &lt;br&gt; The website above is cryptic about it&#39;s availability and says there
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michael Lueck</name>
  <email>mlu...@lueckdatasystems.com</email>
  </author>
  <updated>2008-08-31T11:39:47Z</updated>
  <id>http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/e5e3dfc043358a9d/042bdd317ba8d186?show_docid=042bdd317ba8d186</id>
  <link href="http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/e5e3dfc043358a9d/042bdd317ba8d186?show_docid=042bdd317ba8d186"/>
  <title type="text">Go for ooRexx, Was: Re: Zip interface</title>
  <summary type="html" xml:space="preserve">
  Oh, that was it. Yes, try out ooRexx. The recent builds have been *quite* good. A good time to give ooRexx a try. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.oorexx.org/&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Three Lefts</name>
  <email>spamt...@spamtrap.invalid</email>
  </author>
  <updated>2008-08-31T04:54:16Z</updated>
  <id>http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/e5e3dfc043358a9d/e1fdfd54fea9b364?show_docid=e1fdfd54fea9b364</id>
  <link href="http://groups.google.com/group/comp.lang.rexx/browse_thread/thread/e5e3dfc043358a9d/e1fdfd54fea9b364?show_docid=e1fdfd54fea9b364"/>
  <title type="text">Re: Zip interface</title>
  <summary type="html" xml:space="preserve">
  On Sat, 30 Aug 2008 21:35:31 -0400, Michael Lueck &lt;br&gt; Oh. No, I was just curious as to which one you were using because I &lt;br&gt; need to find a new one. I&#39;ve been using Quercus and there is no &lt;br&gt; development or support. &lt;br&gt; I would expect that if works with any, it would work with all -- just &lt;br&gt; like any DOS command.
  </summary>
  </entry>
</feed>
