<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1017582" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1017582</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/chat-app#comment-1102720</link>
    <description> &lt;p&gt;I don&#039;t know off-hand how large Application variables can be. Obviously they are limited to the physical and virtual memory limits on your server. You can probably stuff a whole lot of stuff in it, but the bigger it get&#039;s the slower your server will get since you&#039;ll start chewing up memory. So in otherwords it will blow up, I&#039;m just not sure how long it will take.&lt;/p&gt;
&lt;p&gt;What you should probably do is archive the data to an xml file or database as it reaches a certain size (number of characters or lines) so you don&#039;t get nasty users crashing your server by flooding it.&lt;/p&gt;
 </description>
     <pubDate>Thu, 21 Feb 2002 22:06:41 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1102720 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Will This Work</title>
    <link>https://www.webmaster-forums.net/server-side-scripting/chat-app#comment-1102707</link>
    <description> &lt;p&gt;How much data can an Application variable hold?&lt;/p&gt;
&lt;p&gt;Application(&quot;chat1&quot;) = Application(&quot;chat1&quot;) &amp;amp; &quot;&quot; &amp;amp; Request.Cookies(&quot;nick&quot;) &amp;amp; &quot;: &quot; &amp;amp; txtMessage&lt;/p&gt;
&lt;p&gt;If I put all of the messages in this variable it works.&lt;br /&gt;
But will it blow up when it gets to be a certain size?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;- Mike&lt;/p&gt;
 </description>
     <pubDate>Thu, 21 Feb 2002 19:01:05 +0000</pubDate>
 <dc:creator>mycoolross</dc:creator>
 <guid isPermaLink="false">comment 1102707 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
