uniguibbs Posted July 15, 2013 Posted July 15, 2013 isapi mode if develop a large system, the size of dll will be increasing. how develop a large system, how seprate webpages from the large DLL file. Quote
Administrators Farshad Mohajeri Posted July 15, 2013 Administrators Posted July 15, 2013 One option is to deploy your app using Delphi's runtime packages options. Quote
rencarnacion Posted July 15, 2013 Posted July 15, 2013 Very Interesting, Farshad, Do You have some demo or example using runtime package ? Thanks Ronny Encarnacion Quote
uniguibbs Posted July 15, 2013 Author Posted July 15, 2013 thank you Farshad. you mean bpl? how? just like a exe call a bpl? could you give a demo , Quote
bruno-pere Posted July 15, 2013 Posted July 15, 2013 You can separate modules in different isapi dlls and ports too. Bruno Quote
erich.wanker Posted July 16, 2013 Posted July 16, 2013 Hello Bruno, can you explane this a little bit more please ? if i have 2 dll,s - the JS-Library must be load in every dll ? - so i have the "sencha logo with the text:loading.." and this is a time issue ? .. is there a way to communicate between the two dll´s on the client side ? Thank you for your help Erich Quote
Administrators Farshad Mohajeri Posted July 19, 2013 Administrators Posted July 19, 2013 Very Interesting, Farshad, Do You have some demo or example using runtime package ? Thanks Ronny Encarnacion It is a standard deployment option in Delphi. Search web for many examples on how to deploy your app using runtime packages. Quote
Skepsis IT Posted August 1, 2013 Posted August 1, 2013 For a start you can go at your project options -> Packages -> Runtime Packages and uncheck the Link with runtime packages. This will reduce dramatically your dll file size. However you must deploy all the bpl files that you use in order your application to run. Moreover if you have delphi xe2 (perhaps and above) don't forget to uncheck the Debug Information on the Linking menu. Quote
uniguibbs Posted August 1, 2013 Author Posted August 1, 2013 One option is to deploy your app using Delphi's runtime packages options. If an application has wide user activity. users load and unload the same bpl file , is there has problem? Quote
Skepsis IT Posted August 1, 2013 Posted August 1, 2013 Theorytically no problem at all. You save memory by that way. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.