Hello there,

I recently upgraded my 4.5 server to 5.0 prof.

i use COM objects to communicate with a picture generating dll installed on
the server:

application.cfm code:

<cfif not isdefined("session.comobject")>

<cflock timeout="5" throwontimeout="Yes" type="EXCLUSIVE" scope="SESSION"> 
<cfset session.comobject = createobject("com","Mapmaker.CF_interface")>
</cflock>

</cfif>

mapmaker.cfm code:

<cflock timeout="5" throwontimeout="Yes" type="EXCLUSIVE" scope="SESSION">
<cfset xmldata = session.comobject.execute(cgistring,cmdstring)>
</cflock>

this all worked fine on 4.5... but since i installed 5.0 the server
*sometimes* goes to 99% cpu usage and stops responding when running
mapmaker.cfm...

when restarting the server the dll throws the following error:

TMoMapProducer:~~Object server is stopping when OLE service contacts it... 
so this suggests that cf 5 is not answering properly to the dll.

does anybody know what is going on here and what to do about it, except
reinstalling cf 4.5 again?

cheers, Jappe


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to