Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > DLLHOST.exe become large

Reply
Thread Tools

DLLHOST.exe become large

 
 
Venkat_hcl
Guest
Posts: n/a
 
      04-14-2005
Hi,

The following is the error keep getting while running web application.
Tools used: HTML, ASP, DLL's(written in Delphi).

Application Error: dllhost.exe - Application Error
---------------------------
The instruction at "0x00000000" referenced memory at "0x00000000". The
memory could not be "read".
Click on OK to terminate the program

Thanks for any help

Regards,
Venkat
 
Reply With Quote
 
 
 
 
Dag Sunde
Guest
Posts: n/a
 
      04-14-2005
"Venkat_hcl" <> wrote in message
news: om...
> Hi,
>
> The following is the error keep getting while running web application.
> Tools used: HTML, ASP, DLL's(written in Delphi).
>
> Application Error: dllhost.exe - Application Error
> ---------------------------
> The instruction at "0x00000000" referenced memory at "0x00000000". The
> memory could not be "read".
> Click on OK to terminate the program
>


There is a memory leak and/or bug in one or more of your Delphi DLLs.
We had a couple of business-components written in Delphi which gave us
a lot of problems with memory consuption. (they required the Borlmm.dll
memory manager to be present by the way).

In the end, I gave up to find it, and rewrote the Delphi dlls as a VB
ActiveX dll instead. Spead increased, memory consumption problems
disappeared and stability was restored.

(BTW... I love Delphi, and use it a lot, but not anymore to make
business-logic that is to run under IIS).

--
Dag.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Become The master in computer hardware to become successfull shilla Computer Security 1 01-22-2011 06:19 PM
Become The master in computer hardware to become successfull shilla VHDL 0 01-22-2011 04:45 AM
median of large data set (from large file) friend.05@gmail.com Perl Misc 5 04-02-2009 04:06 AM
[Urgent] Is there a size limit on returning a large dataset or a large typed array from web service? Ketchup ASP .Net Web Services 1 05-25-2004 10:11 AM
Backing Up Large Files..Or A Large Amount Of Files Scott D. Weber For Unuathorized Thoughts Inc. Computer Support 1 09-19-2003 07:28 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57