Search found 42 matches
- Wed Dec 22, 2010 8:37 pm
- Forum: ActiveX
- Topic: CreateObject takes a full minute in ASP
- Replies: 28
- Views: 43110
Re: CreateObject takes a full minute in ASP
Marc (and Support), more info on this... Following the similarity of this issue http://www.teechart.net/support/viewtopic.php?f=1&t=11888#p50977 , and the proposed workaround, we deleted all printer definitions on the web server, and then the 60-second load delay no longer occurred when we used the ...
- Fri Dec 17, 2010 9:38 pm
- Forum: ActiveX
- Topic: CreateObject takes a full minute in ASP
- Replies: 28
- Views: 43110
Re: CreateObject takes a full minute in ASP
Hi Marc. We have new and clarified information about this issue. 1. On Win2k8 64, IIS7, we are certain that whenever the TeeChart Object is loaded into the w3wp.exe*32 process, (initial load, or subsequent reload after a 2 min or more period of inactivity) it ALWAYS delays for EXACTLY 60 seconds . 2...
- Tue May 25, 2010 6:49 pm
- Forum: ActiveX
- Topic: CreateObject takes a full minute in ASP
- Replies: 28
- Views: 43110
Re: CreateObject takes a full minute in ASP
Marc, I tried adding the object tag as described to the top of global.asa as follows above the SCRIPT tag: <object runat="server" scope="Application" id="TeeChartPlaceHolder" progid="TeeChart.TChart.7"></object> <SCRIPT LANGUAGE=VBScript RUNAT=Server> and also <object runat="server" scope="Applicati...
- Tue May 18, 2010 7:01 pm
- Forum: ActiveX
- Topic: CreateObject takes a full minute in ASP
- Replies: 28
- Views: 43110
Re: CreateObject takes a full minute in ASP
Is there any solution for this issue yet?
- Thu May 06, 2010 5:59 pm
- Forum: ActiveX
- Topic: CreateObject takes a full minute in ASP
- Replies: 28
- Views: 43110
Re: CreateObject takes a full minute in ASP
Marc,
The largest DLL we use other than TeeChart is about 1.9 meg in size as compared to TeeChart at about 3.5 meg. So no, none of our other DLLs are as large as TeeChart.
The largest DLL we use other than TeeChart is about 1.9 meg in size as compared to TeeChart at about 3.5 meg. So no, none of our other DLLs are as large as TeeChart.
- Thu May 06, 2010 3:17 pm
- Forum: ActiveX
- Topic: CreateObject takes a full minute in ASP
- Replies: 28
- Views: 43110
Re: CreateObject takes a full minute in ASP
We have already implemented a similar ugly workaround for our customers. We have a service where we can specify ASP pages to call. We wrote an ASP that simply does a CreateObject and then sets it to Nothing. This is executed every 60 seconds, as you suggested. There is not much point in our contacti...
- Wed Apr 28, 2010 7:41 pm
- Forum: ActiveX
- Topic: CreateObject takes a full minute in ASP
- Replies: 28
- Views: 43110
Re: CreateObject takes a full minute in ASP
Josep,
We tried TeeChart Pro ActiveX version v7.0.1.4 (unsigned). There was no difference. We still got the one minute delay if we used TeeChart after not using it for about two minutes.
We tried TeeChart Pro ActiveX version v7.0.1.4 (unsigned). There was no difference. We still got the one minute delay if we used TeeChart after not using it for about two minutes.
- Thu Apr 22, 2010 8:22 pm
- Forum: ActiveX
- Topic: CreateObject takes a full minute in ASP
- Replies: 28
- Views: 43110
Re: CreateObject takes a full minute in ASP
Would it possible to get the TeeChart 7 version of the unsigned test ocx you sent us and not the 8.0 version?
Thanks.
Thanks.
- Thu Apr 22, 2010 2:34 pm
- Forum: ActiveX
- Topic: CreateObject takes a full minute in ASP
- Replies: 28
- Views: 43110
Re: CreateObject takes a full minute in ASP
Marc, We did not test on Windows Vista or Windows 7 64 bit because our customers are all using server OS. We have not yet had time to test the OCX you sent, but we will soon. We did not check IIS settings as of yet because all our customers who move to 2008 64 bit are reporting this problem, so ther...
- Tue Apr 20, 2010 1:33 pm
- Forum: ActiveX
- Topic: CreateObject takes a full minute in ASP
- Replies: 28
- Views: 43110
Re: CreateObject takes a full minute in ASP
As I stated originally, this happens only on Windows 2008 64 bit. Virus software is not the problem. We turned those off. This is happening consistently on multiple customer sites. We'll try the new OCX version for our upcoming release, but for several reasons, we cannot include it in previous relea...
- Wed Apr 14, 2010 4:11 pm
- Forum: ActiveX
- Topic: CreateObject takes a full minute in ASP
- Replies: 28
- Views: 43110
Re: CreateObject takes a full minute in ASP
We are getting multiple customers experiencing this issue with Windows 2008 64 bit! Is there any update on when a fix might be available?
- Thu Apr 01, 2010 3:12 pm
- Forum: ActiveX
- Topic: CreateObject takes a full minute in ASP
- Replies: 28
- Views: 43110
Re: CreateObject takes a full minute in ASP
Will anyone be able to look at this soon? This is a very serious problem for all our customers moving to 2008 64 bit!
- Thu Apr 01, 2010 1:45 pm
- Forum: ActiveX
- Topic: CreateObject takes a full minute in ASP
- Replies: 28
- Views: 43110
Re: CreateObject takes a full minute in ASP
I am attaching a simple ASP I sent the customer and the result they sent back. As before, the first time CreateObject is used it takes over one minute. Running the same ASP after that is fast. If you wait over two minutes before rerunning the ASP then it will again take over one minute. We were able...
- Mon Mar 29, 2010 1:02 pm
- Forum: ActiveX
- Topic: CreateObject takes a full minute in ASP
- Replies: 28
- Views: 43110
Re: CreateObject takes a full minute in ASP
We cannot reproduce this anywhere other than on this customer's environment. I was going write a simple ASP page that does nothing other than the CreateObject of the TeeChart object with start and end timing to see if this happens in such a case. I'm sure it will, but I'll try it.
- Fri Mar 26, 2010 4:12 pm
- Forum: ActiveX
- Topic: CreateObject takes a full minute in ASP
- Replies: 28
- Views: 43110
CreateObject takes a full minute in ASP
One of our customers is having trouble with CreateObject of the TeeChart object in ASP. It takes over a full minute. Once it completes, subsequent CreateObjects are fast (even for a different chart in a different report) unless there is no activity for about two minutes, in which case the delay appe...