RE: Witango-Talk: Include File Limit Error using Tabbed Browsing

2008-06-20 Thread Robert Shubert
Have you turned up debug and logging level and read through the details of
the request that gets the error? I'm sure there is an explanation.

 

Robert

 

  _  

From: John Hotaling [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 20, 2008 8:29 PM
To: witango-talk@witango.com
Subject: RE: Witango-Talk: Include File Limit Error using Tabbed Browsing

 

Thanks for the feedback guys.  FYI - I didn't see any loops that would cause
this on the page.  

 

It just seems odd that we have only been able to generate this error while
using tabbed browsing via the "reload all" option?  As I mentioned, we can
never throw this error under "normal" circumstances while viewing/reviewing
sites etc within a single "tab".  In addition, the fact that we can
"reload/refresh" the errant page (i.e. tab) and get back the same page
immediately without the error makes me think there is more to it that we are
missing.

 

As much as I hate to take the time to do so, I guess we'll need to swap out
the @INCLUDE calls to resolve at this point.

 

Thanks again.

John

 

==
John Hotaling
 <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]
 <http://www.AuctionAnything.com> www.AuctionAnything.com

AuctionAnything.com, Inc. 
509 S. Chickasaw Trail #168
Orlando, FL 32825-7852
Tel: 407.282.8568 Ext 160
Fax: 407.540.9574
==

  _  

From: Robert Shubert [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 18, 2008 5:35 PM
To: witango-talk@witango.com
Subject: RE: Witango-Talk: Include File Limit Error using Tabbed Browsing

 

The include limit is, I believe, enforced per action. Therefore, if you use
a FOR LOOP action to process through a dataset, and then call @INCLUDE only
a few times with in the actions in the loop, you should avoid this error.

 

This is a protection put in so that Witango does not exhaust a server's file
pointers and crash the file system, which could happen if @INCLUDE were
called in an endless loop (@ROWS, @FOR, @WHILE).

 

Robert

 

  _  

From: John Hotaling [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 18, 2008 3:16 PM
To: witango-talk@witango.com
Subject: Witango-Talk: Include File Limit Error using Tabbed Browsing

 

Hello:

We've noticed that an "include limit" error occasionally gets generated
within our Witango application but have had a hard time tracking it down.
Although some of our older code still makes use of include files, we don't
have any tafs that should exceed the "call" limit (75 I believe).  In fact,
we've never thrown this error during our internal testing since moving to
V5.5 years ago.

 

Recently, it was brought to our attention that a few errors were being
generated using tabbed browsing.  The client opens about 10 tabs within
Firefox and then uses the "Reload All Tabs" option.  We were able to
replicate the error (in IE too) but not on a consistent basis (i.e. the same
tabs don't always error out and often none error at all).  The error
generated is the include limit one mentioned above.  However, the odd thing
is that if the tab that "errors out" is reloaded by itself the page comes
back fine.  The number of include file calls should be no different so this
error is a bit perplexing.

 

The error is: -508. The number of include files so far within the action
exceeds the limit.

 

Does anybody have any insight as to why this would happen?  I realize the
include calls should/could be changed to method calls from a class file but
we'd like to avoid that project in the short term if possible while we
finish some other items.  Any insight/feedback is greatly appreciated as
always. 

 

Thank you.

John

 

 

==
John Hotaling
[EMAIL PROTECTED]
 <http://www.AuctionAnything.com> www.AuctionAnything.com

AuctionAnything.com, Inc. 
509 S. Chickasaw Trail #168
Orlando, FL 32825-7852
Tel: 407.282.8568 Ext 160
Fax: 407.540.9574
==

 





TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

RE: Witango-Talk: Include File Limit Error using Tabbed Browsing

2008-06-20 Thread John Hotaling
Thanks for the feedback guys.  FYI - I didn't see any loops that would cause
this on the page.  

 

It just seems odd that we have only been able to generate this error while
using tabbed browsing via the "reload all" option?  As I mentioned, we can
never throw this error under "normal" circumstances while viewing/reviewing
sites etc within a single "tab".  In addition, the fact that we can
"reload/refresh" the errant page (i.e. tab) and get back the same page
immediately without the error makes me think there is more to it that we are
missing.

 

As much as I hate to take the time to do so, I guess we'll need to swap out
the @INCLUDE calls to resolve at this point.

 

Thanks again.

John

 

==
John Hotaling
 <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]
 <http://www.AuctionAnything.com> www.AuctionAnything.com

AuctionAnything.com, Inc. 
509 S. Chickasaw Trail #168
Orlando, FL 32825-7852
Tel: 407.282.8568 Ext 160
Fax: 407.540.9574
==

  _  

From: Robert Shubert [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 18, 2008 5:35 PM
To: witango-talk@witango.com
Subject: RE: Witango-Talk: Include File Limit Error using Tabbed Browsing

 

The include limit is, I believe, enforced per action. Therefore, if you use
a FOR LOOP action to process through a dataset, and then call @INCLUDE only
a few times with in the actions in the loop, you should avoid this error.

 

This is a protection put in so that Witango does not exhaust a server's file
pointers and crash the file system, which could happen if @INCLUDE were
called in an endless loop (@ROWS, @FOR, @WHILE).

 

Robert

 

  _  

From: John Hotaling [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 18, 2008 3:16 PM
To: witango-talk@witango.com
Subject: Witango-Talk: Include File Limit Error using Tabbed Browsing

 

Hello:

We've noticed that an "include limit" error occasionally gets generated
within our Witango application but have had a hard time tracking it down.
Although some of our older code still makes use of include files, we don't
have any tafs that should exceed the "call" limit (75 I believe).  In fact,
we've never thrown this error during our internal testing since moving to
V5.5 years ago.

 

Recently, it was brought to our attention that a few errors were being
generated using tabbed browsing.  The client opens about 10 tabs within
Firefox and then uses the "Reload All Tabs" option.  We were able to
replicate the error (in IE too) but not on a consistent basis (i.e. the same
tabs don't always error out and often none error at all).  The error
generated is the include limit one mentioned above.  However, the odd thing
is that if the tab that "errors out" is reloaded by itself the page comes
back fine.  The number of include file calls should be no different so this
error is a bit perplexing.

 

The error is: -508. The number of include files so far within the action
exceeds the limit.

 

Does anybody have any insight as to why this would happen?  I realize the
include calls should/could be changed to method calls from a class file but
we'd like to avoid that project in the short term if possible while we
finish some other items.  Any insight/feedback is greatly appreciated as
always. 

 

Thank you.

John

 

 

==
John Hotaling
[EMAIL PROTECTED]
 <http://www.AuctionAnything.com> www.AuctionAnything.com

AuctionAnything.com, Inc. 
509 S. Chickasaw Trail #168
Orlando, FL 32825-7852
Tel: 407.282.8568 Ext 160
Fax: 407.540.9574
==

 





TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf




TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: Include File Limit Error using Tabbed Browsing

2008-06-18 Thread D. Richardy
Limit of "@include" is not a protection, it is simply a bug in Witango since 
years - never fixed.
If you like to have a result of 100 or 250 rows, so you run into troubles, if 
you use @include.

I have several .taf files where the result is the same and here I have use 
@include to make only one time changes. But with the bug, I can't use @include 
and I must change each .taf file, if I change the layout or other things of the 
result. Strong.

regards

Daniel

  - Original Message - 
  From: Robert Shubert 
  To: witango-talk@witango.com 
  Sent: Wednesday, June 18, 2008 11:34 PM
  Subject: RE: Witango-Talk: Include File Limit Error using Tabbed Browsing


  The include limit is, I believe, enforced per action. Therefore, if you use a 
FOR LOOP action to process through a dataset, and then call @INCLUDE only a few 
times with in the actions in the loop, you should avoid this error.

   

  This is a protection put in so that Witango does not exhaust a server's file 
pointers and crash the file system, which could happen if @INCLUDE were called 
in an endless loop (@ROWS, @FOR, @WHILE).

   

  Robert

   


--

  From: John Hotaling [mailto:[EMAIL PROTECTED] 
  Sent: Wednesday, June 18, 2008 3:16 PM
  To: witango-talk@witango.com
  Subject: Witango-Talk: Include File Limit Error using Tabbed Browsing

   

  Hello:

  We've noticed that an "include limit" error occasionally gets generated 
within our Witango application but have had a hard time tracking it down.  
Although some of our older code still makes use of include files, we don't have 
any tafs that should exceed the "call" limit (75 I believe).  In fact, we've 
never thrown this error during our internal testing since moving to V5.5 years 
ago.

   

  Recently, it was brought to our attention that a few errors were being 
generated using tabbed browsing.  The client opens about 10 tabs within Firefox 
and then uses the "Reload All Tabs" option.  We were able to replicate the 
error (in IE too) but not on a consistent basis (i.e. the same tabs don't 
always error out and often none error at all).  The error generated is the 
include limit one mentioned above.  However, the odd thing is that if the tab 
that "errors out" is reloaded by itself the page comes back fine.  The number 
of include file calls should be no different so this error is a bit perplexing.

   

  The error is: -508. The number of include files so far within the action 
exceeds the limit.

   

  Does anybody have any insight as to why this would happen?  I realize the 
include calls should/could be changed to method calls from a class file but 
we'd like to avoid that project in the short term if possible while we finish 
some other items.  Any insight/feedback is greatly appreciated as always. 

   

  Thank you.

  John

   

   

  ==
  John Hotaling
  [EMAIL PROTECTED]
  www.AuctionAnything.com

  AuctionAnything.com, Inc. 
  509 S. Chickasaw Trail #168
  Orlando, FL 32825-7852
  Tel: 407.282.8568 Ext 160
  Fax: 407.540.9574
  ==

   


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

RE: Witango-Talk: Include File Limit Error using Tabbed Browsing

2008-06-18 Thread Robert Shubert
The include limit is, I believe, enforced per action. Therefore, if you use
a FOR LOOP action to process through a dataset, and then call @INCLUDE only
a few times with in the actions in the loop, you should avoid this error.

 

This is a protection put in so that Witango does not exhaust a server's file
pointers and crash the file system, which could happen if @INCLUDE were
called in an endless loop (@ROWS, @FOR, @WHILE).

 

Robert

 

  _  

From: John Hotaling [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 18, 2008 3:16 PM
To: witango-talk@witango.com
Subject: Witango-Talk: Include File Limit Error using Tabbed Browsing

 

Hello:

We've noticed that an "include limit" error occasionally gets generated
within our Witango application but have had a hard time tracking it down.
Although some of our older code still makes use of include files, we don't
have any tafs that should exceed the "call" limit (75 I believe).  In fact,
we've never thrown this error during our internal testing since moving to
V5.5 years ago.

 

Recently, it was brought to our attention that a few errors were being
generated using tabbed browsing.  The client opens about 10 tabs within
Firefox and then uses the "Reload All Tabs" option.  We were able to
replicate the error (in IE too) but not on a consistent basis (i.e. the same
tabs don't always error out and often none error at all).  The error
generated is the include limit one mentioned above.  However, the odd thing
is that if the tab that "errors out" is reloaded by itself the page comes
back fine.  The number of include file calls should be no different so this
error is a bit perplexing.

 

The error is: -508. The number of include files so far within the action
exceeds the limit.

 

Does anybody have any insight as to why this would happen?  I realize the
include calls should/could be changed to method calls from a class file but
we'd like to avoid that project in the short term if possible while we
finish some other items.  Any insight/feedback is greatly appreciated as
always. 

 

Thank you.

John

 

 

==
John Hotaling
[EMAIL PROTECTED]
 <http://www.AuctionAnything.com> www.AuctionAnything.com

AuctionAnything.com, Inc. 
509 S. Chickasaw Trail #168
Orlando, FL 32825-7852
Tel: 407.282.8568 Ext 160
Fax: 407.540.9574
==

 





TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: Include File Limit Error using Tabbed Browsing

2008-06-18 Thread Bill Downall
John,

I once had an @include inside an @rows loop, and it only drove an error when
there were a lot of rows in the result. I changed it to a tcf method call,
and all was well.

Bill

On Wed, Jun 18, 2008 at 3:15 PM, John Hotaling <
[EMAIL PROTECTED]> wrote:

>  Hello:
>
> We've noticed that an "include limit" error occasionally gets generated
> within our Witango application but have had a hard time tracking it down.
> Although some of our older code still makes use of include files, we don't
> have any tafs that should exceed the "call" limit (75 I believe).  In fact,
> we've never thrown this error during our internal testing since moving to
> V5.5 years ago.
>
>
>
> Recently, it was brought to our attention that a few errors were being
> generated using tabbed browsing.  The client opens about 10 tabs within
> Firefox and then uses the "Reload All Tabs" option.  We were able to
> replicate the error (in IE too) but not on a consistent basis (i.e. the same
> tabs don't always error out and often none error at all).  The error
> generated is the include limit one mentioned above.  However, the odd thing
> is that if the tab that "errors out" is reloaded by itself the page comes
> back fine.  The number of include file calls should be no different so this
> error is a bit perplexing.
>
>
>
> The error is: -508. The number of include files so far within the action
> exceeds the limit.
>
>
>
> Does anybody have any insight as to why this would happen?  I realize the
> include calls should/could be changed to method calls from a class file but
> we'd like to avoid that project in the short term if possible while we
> finish some other items.  Any insight/feedback is greatly appreciated as
> always.
>
>
>
> Thank you.
>
> John
>
>
>
>
>
> ==
> John Hotaling
> [EMAIL PROTECTED]
> www.AuctionAnything.com
>
> AuctionAnything.com, Inc.
> 509 S. Chickasaw Trail #168
> Orlando, FL 32825-7852
> Tel: 407.282.8568 Ext 160
> Fax: 407.540.9574
> ==
>
>
>
> 
> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
>
>


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Witango-Talk: Include File Limit Error using Tabbed Browsing

2008-06-18 Thread John Hotaling
Hello:

We've noticed that an "include limit" error occasionally gets generated
within our Witango application but have had a hard time tracking it down.
Although some of our older code still makes use of include files, we don't
have any tafs that should exceed the "call" limit (75 I believe).  In fact,
we've never thrown this error during our internal testing since moving to
V5.5 years ago.

 

Recently, it was brought to our attention that a few errors were being
generated using tabbed browsing.  The client opens about 10 tabs within
Firefox and then uses the "Reload All Tabs" option.  We were able to
replicate the error (in IE too) but not on a consistent basis (i.e. the same
tabs don't always error out and often none error at all).  The error
generated is the include limit one mentioned above.  However, the odd thing
is that if the tab that "errors out" is reloaded by itself the page comes
back fine.  The number of include file calls should be no different so this
error is a bit perplexing.

 

The error is: -508. The number of include files so far within the action
exceeds the limit.

 

Does anybody have any insight as to why this would happen?  I realize the
include calls should/could be changed to method calls from a class file but
we'd like to avoid that project in the short term if possible while we
finish some other items.  Any insight/feedback is greatly appreciated as
always. 

 

Thank you.

John

 

 

==
John Hotaling
[EMAIL PROTECTED]
  www.AuctionAnything.com

AuctionAnything.com, Inc. 
509 S. Chickasaw Trail #168
Orlando, FL 32825-7852
Tel: 407.282.8568 Ext 160
Fax: 407.540.9574
==

 



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf