Hi,

I didn't use oractl but still faced the problem. Here's my code:

***********************************************************************

<?

source cgi.tcl
cgi_eval {
    cgi_title "Demo page for Test"

cgi_frameset border=0 frameborder=0 framespacing=0 rows=49,* {
    cgi_frameset border=0 frameborder=0 framespacing=0 cols=219,* {
      cgi_frame =test.ttml scrolling=no noresize TARGET=contents marginwidth=0 
marginheight=1 name=banner
      cgi_frameset border=0 frameborder=0 framespacing=0 cols=*,112 {
        cgi_frame =test.ttml scrolling=no marginwidth=0 marginheight=0 noresize 
Target=main name=banner2
        cgi_frame =test.ttml scrolling=no marginwidth=0 marginheight=0 noresize 
Target=main name=banner1
      }

    }
    cgi_frameset rows=*,39 {
      cgi_frameset cols=123,* {
        cgi_frameset rows=50,535*  {
          cgi_frame =test.ttml scrolling=no marginwidth=0 marginheight=0 noresize 
Target=main  name=contents
          cgi_frame =test.ttml scrolling=auto marginwidth=0 marginheight=0 noresize 
Target=main  name=contents2
          }
          cgi_frameset border=0 frameborder=0 framespacing=0  marginwidth=0 
marginheight=0 rows=20,*
 {
          cgi_frame =test.ttml scrolling=no noresize TARGET=contents marginwidth=0 
marginheight=0 name=menu
          cgi_frame =test.ttml scrolling=auto  marginwidth=0 marginheight=0 noresize 
Target=main name=main
          }
      }

      cgi_frameset cols=123,* {
          cgi_frame =test.ttml scrolling=no marginwidth=0 marginheight=0 name=contents1
          cgi_frameset rows=*,38% {
            cgi_frame =test.ttml scrolling=auto marginwidth=0 marginheight=0 noresize 
Target=main  name=serverstdout
            cgi_frame =test.ttml scrolling=no marginwidth=0 marginheight=0 noresize 
Target=main  name=onelinehelpbar
          }
        }
      }
    }
}
?>

*****************************************************

You need to have a dummy test.ttml file also (may be a hello world program). Try to 
open this file with the default configuration of apache. You will see memory exception 
error on Windows NT. Intrestingly, i didn't see this problem on Linux platform.

Reema.

-----Original Message-----
From: ext Craig Huckabee [mailto:[EMAIL PROTECTED]]
Sent: 21 November, 2002 03:10
To: Zeinert, Holger; Bangar Reema (NIC/Hyderabad); [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Threads problem ? (was RE: Problem opening .ttml file under
Windows)


At 03:19 PM 11/20/2002 +0100, Zeinert, Holger wrote:


> >    The other thing that bothers me is that I have several
> > pages that have
> > multiple frames and I have never seen this problem.  But
> > maybe my frames
> > are too simple - any special processing going on in those frames
> > ?  Database calls ?  Long running processes ?
>
>I use Oratcl 2.7. I know this one is an old version and this is definitely
>not thread safe. In one frame I did not use Oratcl (package and DLL not
>loaded into .ttml) and in the other frame I use Oratcl. Suprisingly, not
>always (but most of the times) the database frame was slow, but it also was
>the second frame. Sometimes also the first frame was delayed.

OK - I'll see if I can duplicate that environment.  I think I have an 
Oracle database I can attach to here, but if not maybe MySQL would suffice.


>Perhaps the
>delay came from starting a new apache.exe, load balancing and process
>management is not the biggest advantage of Windows ;-)

That's true and the main reason the original solution bothers me.

   My test pages with multiple frames aren't showing this problem.  I've 
got some software somewhere that can mimic several thousand web requests 
(we use it to beat on servers for production), I'll see if I can use it 
tomorrow and come up with some better tests.  I have my own chart and graph 
library (<shameless plug> see TGDChart at SourceForge) that I can use to 
create some work for the server.  I've also got a MySQL database here 
somewhere that I can try connecting to.  Does everyone think that will be a 
good enough test ?

--Craig


/ Craig Huckabee                | e-mail: [EMAIL PROTECTED]  /
/ Code 71B-CH           | phone: (843) 218 5653         /
/ SPAWAR Systems Center         | close proximity: HeyYou!      /
/ Charleston, SC                | ICBM: 32.78N, 79.93W          /


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to