473,407 Members | 2,598 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

Huge EXE file size

Guys, I have an application that has so many components/modules
embeded into it and the file when built has the size of around 100MB.

The application runs little slow but I cannot think of other potential
problems that I can have with the application size? Can you guys shed
some disadvantages with it please?

Aug 20 '07 #1
2 1507
On Sun, 19 Aug 2007 22:51:12 -0700, an*******@gmail.com wrote:
>Guys, I have an application that has so many components/modules
embeded into it and the file when built has the size of around 100MB.

The application runs little slow but I cannot think of other potential
problems that I can have with the application size? Can you guys shed
some disadvantages with it please?
100 MB? Something is *very* wrong! DO you have embedded resources like
movies, images, etc? Also, you might want to split the application
into several class libraries

--
http://bytes.thinkersroom.com
Aug 21 '07 #2
Hi,
One BIG disadvantage is if you want to make an update for one of these
component or event your app itself that should be a smaller exe, you have to
update the whole 100MB... It can be very painful for your internet users to
download it and it could also empty your bank account to pay the bandwidth
you'll use for those updates... ;)

I say, keep it as small as possible don't embed your libraries, medias, et
al. in your exe, keep each file simple. By modules, are you saying like
plug-in modules or libraries? or VB-Like modules? Can they be "modularized"
into many smaller libraries?

I hope it helps

ThunderMusic
<an*******@gmail.comwrote in message
news:11**********************@q3g2000prf.googlegro ups.com...
Guys, I have an application that has so many components/modules
embeded into it and the file when built has the size of around 100MB.

The application runs little slow but I cannot think of other potential
problems that I can have with the application size? Can you guys shed
some disadvantages with it please?

Aug 21 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Joe | last post by:
I have an upload file operation in the web application. UploadForm.asp is the form, and UploadAction.asp is the form processing. //UploadForm.asp <FORM NAME="InputForm"...
2
by: Zam | last post by:
Hello World, Under Windows 2003 Server. IIS6. The following code working fine for small files, and for files with size about few megabytes. If I am trying to send HUGE file -- about 700...
10
by: joe | last post by:
hi, I have to import a huge xml file into our system. the problem is that the xml source can be larger than 2GB. I wanted to use the XmlTextReader class for this purpose but it's limited to 2GB...
6
by: Daniel Walzenbach | last post by:
Hi, I have a web application which sometimes throws an “out of memory” exception. To get an idea what happens I traced some values using performance monitor and got the following values (for...
2
by: azemerov | last post by:
Hi, I build my C++ project (windows DLL) with GNU C and Borland C++. Everything is fine except huge difference in resulting DLL file size. GNU C procuces almost 10 times larger file than Borland...
5
by: Naamat | last post by:
Hello, I am the sample FPSEPublish (http://blog.baeke.info/blog/_archives/2005/3/3/393158.html) code to upload a document to Sharepoint (WSS). This works perfectly for samll documents. ...
12
by: Jeff Calico | last post by:
I have 2 XML data files that I want to extract data from simultaneously and transform with XSLT to generate a report. The first file is huge and when XSLT builds the DOM tree in memory, it runs...
9
by: BlackMagic | last post by:
I am writing a program in C to parse binary data files in excess of 4 GB. They could conceivably be up to 2 Terabytes long. I am using fopen and fread to do the file io. I am compiling right now...
3
by: tejsupra | last post by:
Hello Everyone, I need to read a .csv file which has a size of 2.26 GB . And I wrote a Python script , where I need to read this file. And my Computer has 2 GB RAM Please see the code as...
11
by: DanicaDear | last post by:
I have searched around the net breifly over the last few weeks trying to figure out why Access file sizes increase so dramatically when you put your logo on forms/reports. I haven't found much on...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.