Forum Post: RE: Are assemblies inside the folder point to by -assemblies always preloaded?

  • Thread starter Thread starter Brian K. Maher
  • Start date Start date
Status
Not open for further replies.
B

Brian K. Maher

Guest
Joseph, Garry and I have talked and we have a few things: 1) We are checking as to whether the documentation I referenced is correct or not. We will get back to you on that. 2) As far as the loading of "loose" assemblies (i.e. assemblies that are in the directory pointed to by the -assemblies startup parameter but are NOT lincluded in the assemblies.xml file), a look at the source code does not show that we load those assemblies. We walk through the assemblies.xml and load the files listed in it. Please do a simple test by running prowin32 from a command prompt (proenv) using the -assemblies parameter only and have no loose files in the -assemblies directory then in the editor do a simple MESSAGE "HELLO" VIEW-AS ALERT-BOX then look at memory consumption via Task Manager. Write down that number then add your loose assemblies back and run the test again (from the command line). Report back with both numbers. Brian

Continue reading...
 
Status
Not open for further replies.
Back
Top