Wrox Programmer Forums
|
Classic ASP Components Discussions specific to components in ASP 3.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Components section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 1st, 2004, 10:24 AM
Authorized User
 
Join Date: Jun 2004
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Default Concurrency Issue

Hi,

The issue exists when running the same script on two or more browsers. The script involves calling a DLL that does intense XML parsing. By intense I mean the XML file being parsed is HUGE (20 MB)! When running the script on a single browser (not concurrently) it will take about 30 mins to complete.

The outcome of the concurrent executions is that one browser completes the processing while the other browser hangs (becomes inactive after a while and all processing stops).

I'm not sure why concurrent executions do not complete.

Please advise.

Information about the script:

- Server.ScriptTimeOut value is set to 3 hours (10800 seconds)
- Calls are made to a DLL that is registered as a COM+ application on the web server

 
Old October 23rd, 2004, 09:33 AM
Authorized User
 
Join Date: Oct 2004
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Default

can you copy your main XML to a temp file and parse this temp file for each one?

wagner reatto





Similar Threads
Thread Thread Starter Forum Replies Last Post
Storing data in HttpContext, concurrency issue jlrolin ASP.NET 2.0 Professional 0 March 30th, 2008 06:25 PM
concurrency problems Dorean Visual Studio 2005 1 September 4th, 2007 10:38 AM
CONCURRENCY pallone SQL Server 2000 13 December 6th, 2006 12:01 PM
Concurrency problem sanjaymannnet ASP.NET 1.0 and 1.1 Professional 0 July 10th, 2006 05:42 AM
Concurrency dextertoh Classic ASP Databases 2 May 17th, 2004 12:53 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.