Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C++ and Visual C++ > Visual C++
|
Visual C++ Questions specific to Microsoft's Visual C++. For questions not specific to this Microsoft version, use the C++ Programming forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual C++ 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 April 20th, 2004, 12:40 AM
Registered User
 
Join Date: Apr 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default ATL Com Dll :problem in threading

hi all
i have an atl com dll,this dll is hosted inside com+ transaction server,and is used for invoking other business components which are made in vb.
this dll is invoked through asp and input parameters accept progid of the business component to execute along with in,out params.
the trouble is i see this dll behaving in serialized mode that is the call time keeps increasing on number of calls,as if there is some synchronization happening where as i have explicitly made it free threaded component.
i am not having any state inside this dll so i don't need same object to server incoming calls,whaty i want is that objects should be reused and there should be n number of threads of execution not one ,as i can feel.
i tried changing mts setting on component explorer and unchecked requires synchronization but to no effect,i tried checking thread pool with out synchronization but still same.
any idea ?
the problem is call time increases as number of simultaneous calls increase.







Similar Threads
Thread Thread Starter Forum Replies Last Post
System.Threading timer problem for beginner (Windo erikmail C# 2005 1 June 8th, 2006 08:03 AM
How to Pass c++ object across ATL DLL ann123 Visual C++ 0 January 30th, 2006 06:55 AM
Windows Form Threading Problem nugie73 VB.NET 0 August 25th, 2004 06:12 AM
Exe Server without using ATL science_daan Visual C++ 0 April 6th, 2004 05:20 AM
Connecting C# to ATL/MFC/C++ COM? skyjenn VS.NET 2002/2003 0 December 29th, 2003 08:39 AM





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