Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
gc
- Page 1
Re: Possibilty of GC.WaitForPendingFinalizers().
Programming
Software Development
14 Years Ago
by Jorge65100
…can call something like Release() instead of call
GC
.WaitForPendingFinalizers() in your main thread [code] …Private _Wait As Boolean Private Sub WaitForGC() Try
GC
.Collect()
GC
.WaitForPendingFinalizers() Threading.Thread.Sleep(100000) Catch Finally _Wait…
Possibilty of GC.WaitForPendingFinalizers().
Programming
Software Development
14 Years Ago
by Nitin Daphale
… am using following .net functions [CODE][COLOR="Green"]
GC
.Collect();
GC
.WaitForPendingFinalizers();[/COLOR][/CODE] [COLOR="Red"]I just…
Re: Possibilty of GC.WaitForPendingFinalizers().
Programming
Software Development
14 Years Ago
by Jorge65100
…() End Sub Private _Wait As Boolean Private Sub WaitForGC() Try
GC
.Collect()
GC
.WaitForPendingFinalizers() ---REMOVE THIS LINE It is an example to…
Re: Possibilty of GC.WaitForPendingFinalizers().
Programming
Software Development
14 Years Ago
by kvprajapati
… MSDN - [url]http://msdn.microsoft.com/en-us/library/system.
gc
.waitforpendingfinalizers.aspx[/url] [QUOTE] SUMMARY: The thread on which finalizers…
system.gc
Programming
Software Development
18 Years Ago
by q8z
how can I know how many time the system.
gc
will take? how many time it take in the most of the times?
Re: system.gc
Programming
Software Development
18 Years Ago
by alpha_foobar
system.
gc
is just a request to collect garbage, it won't invoke it immediately. And how long it takes depends on how much memory you have that is available for collection - not much = fast, lots = slow. Hence this is a very difficult to reliably time.
Reading excel files getting memory/GC errors
Programming
Software Development
14 Years Ago
by dinkpwns
… I try to read in certain files I get a
GC
overhead error or out of memory error. To resolve this…
GC Tags file for a large project
Programming
Software Development
19 Years Ago
by Wanderer
Hello, I am a software developer on a rather large project and I use vim as my primary file editor. The project is spread out over many paths. What I want to do is to create a large tag file for the entiere project. I used the find command to get my files and used the exec command to append to the tags file. However this tag file is unsorted …
Re: GC Tags file for a large project
Programming
Software Development
19 Years Ago
by vgersh99
find ....whatever... | xargs gctags ...whatever....
Re: Reading excel files getting memory/GC errors
Programming
Software Development
14 Years Ago
by JamesCherrill
If you ensure that you have no remaining references to the "old" data, then it will definitely be garbage collected before the JVM runs out of memory and throws an "out of memory". (In a complex program it's all too easy to leave an object in a List somewhere which prevents it being GCed.) Yu may also increase the jvm's memory …
Re: Reading excel files getting memory/GC errors
Programming
Software Development
14 Years Ago
by dinkpwns
Thanks for the quick response! I went over my code and sure enough I had a list that wasn't getting cleared (a sizeable list at that). And I increased the heap size. No more errors!
Re: Garbage collection .net
Programming
Software Development
11 Years Ago
by Momerath
GC
runs (sometimes) during the execution of your program. I say sometimes as it's possible that it will never run if you don't have a lot of objects.
Re: CG movies
Hardware and Software
Hardware
20 Years Ago
by Tekmaven
GC
? Whats that?
Re: RUNDLL Error
Hardware and Software
Information Security
15 Years Ago
by jholland1964
GC
did you have that program on your computer at one time? Usually this Paretologic message is the result of an uninstall leaving the scheduled tasks while uninstalling the program.
Desperate for help with deciphering Perl script
Programming
Software Development
13 Years Ago
by callyvan
… ($hostbranch_email_e eq 'Dot.exp.surveillance-exp.staf.oversight@tpsgc-pwgsc.
gc
.ca')) { $branch_realname_e = 'Departmental Oversight'; $FORM{'branch_in_emailsubject'} =… ($hostbranch_email_f eq 'Dot.exp.surveillance-exp.staf.oversight@tpsgc-pwgsc.
gc
.ca')) { $branch_realname_f = 'Surveillance ministérielle'; $FORM{'branch_in_emailsubject'}…
Help Help Help for novice
Programming
Software Development
15 Years Ago
by ronpaul53
… if (buf_image != null) { if (use_frame == false) { Graphics
gc
=buf_image.getGraphics();
gc
.setColor(bg_color);
gc
.fillRect(0,0,base_width,base_height); } paintApplet…
Re: Help Help Help for novice
Programming
Software Development
15 Years Ago
by ronpaul53
…=x-100-(sec.charAt(j)-'0')*sdigit_width;
gc
.drawImage(big_image,x,offset-bdigit_height,null); } if…x=x-100-(today.charAt(k)-'0')*sdigit_width;
gc
.drawImage(big_image,x, offset+sdigit_height-bdigit_height,null);…
hs_err_pid Java Client-Crash log Help?
Programming
Software Development
11 Years Ago
by Tobyjug2222
… stack(0x1a410000,0x1a610000)] 0x1946f800 JavaThread "Surrogate Locker Thread (Concurrent
GC
)" daemon [_thread_blocked, id=11232, stack(0x1a1b0000,0x1a3b0000)] 0x1941f800 …) No shared spaces configured. } Event: 6298.444
GC
heap before {Heap before
GC
invocations=8823 (full 1276): garbage-first heap total…
what i do about this error
Programming
Software Development
10 Years Ago
by sabri1990
…tmp", _tmpUC); waitKey(); } #endif GCoptimizationGridGraph *
gc
= new GCoptimizationGridGraph(im.cols, im.rows, num_lables… optimization energy is %d",
gc
->compute_energy());
gc
->expansion(1);// run expansion for… energy is %d\n",
gc
.compute_energy());
gc
.expansion(1);// run expansion for 2…
Need some help with SwingWorker
Programming
Software Development
10 Years Ago
by soujanya.bhat.184
…;
gc
.gridx = 0;
gc
.gridy = 0;
gc
.weightx = 1;
gc
.weighty = 1; add(countLabel1,
gc
);
gc
.gridx = 0;
gc
.gridy = 1;
gc
.weightx = 1;
gc
.weighty = 1; add(statusLabel,
gc
);
gc
…
Temperature Conversion Applet
Programming
Software Development
16 Years Ago
by raju123007
…(); contentPane.setLayout( g );
gc
= new GridBagConstraints ();
gc
.weightx =0;
gc
.ipadx =0;
gc
.ipady = 0;
gc
.fill =
gc
.NONE;
gc
.gridwidth =
gc
.REMAINDER;
gc
.anchor =
gc
.NORTH; g.setConstraints (j1…
2D Java Time Application
Programming
Software Development
14 Years Ago
by gedas
…start() ; m_bStart = false ; }
gc
. setFont( m_WndFont ) ; if ( m_bPing ) {
gc
.setFont( m_timeFont ) ;
gc
. drawString( "" + … } if ( m_nCirclesToDraw == 0 ) {
gc
. setFont( m_WndFont ) ;
gc
. drawString( "How many circles do …
Program not showing any error still not running properly....
Programming
Software Development
13 Years Ago
by rational_
… TO GET DESIRED RESULT.....PLZZZ HELP //------------------------------------------------------------------------------------------------------------------------------------- public void paintVertically(Graphics
gc
) { int i0 = 0; int j0 = 0; for (int i = 0…
bresenham algorithm
Programming
Software Development
12 Years Ago
by libathos
…//Top Middle XDrawPoint(display,win,
gc
,xM,yM - radius); //Right Middle XDrawPoint(display,win,
gc
,xM + radius,yM); //Left… //Lower Right XDrawPoint(display,win,
gc
,xMidPoint+x,yMidPoint+y); XDrawPoint(display,win,
gc
,xMidPoint+y,yMidPoint+x); //Lower…
File handling ...
Programming
Software Development
13 Years Ago
by fahadyousaf
… align) { GridBagConstraints
gc
= new GridBagConstraints();
gc
.gridx = x;
gc
.gridy = y;
gc
.gridwidth = width;
gc
.gridheight = height;
gc
.weightx = 100.0;
gc
.weighty = 100.0;
gc
.insets = new…
Re: Program not showing any error still not running properly....
Programming
Software Development
13 Years Ago
by rational_
… for (int j = 0; j < 2; j++) {
gc
.setColor(Color.blue);
gc
.drawLine(dots[i][j].x, dots[i][j].y…//i0 = i; j0 = j; } i0 = i; } } public void paintHorizontally(Graphics
gc
) { int i0 = 0; int j0 = 0; for (int i = 0…
Problem with Rebuffering
Programming
Software Development
14 Years Ago
by Loved
… = (BufferedImage)(this.createImage(w,h));
gc
= grid.createGraphics();
gc
.setBackground(Color.RED); } repaint(); g2.drawImage… = (BufferedImage)(this.createImage(w,h));
gc
= grid.createGraphics();
gc
.setBackground(Color.RED); } repaint(); g2.…
Re: Program not showing any error still not running properly....
Programming
Software Development
13 Years Ago
by quuba
…for testing purposes (without conditions) [CODE] public void paintVertically(Graphics
gc
) { int i0 = 0; int j0 = 0; for …i; j0 = j; } i0 = i; } } public void paintHorizontally(Graphics
gc
) { int i0 = 0; int j0 = 0; for (int i =…
Re: Program not showing any error still not running properly....
Programming
Software Development
13 Years Ago
by rational_
…for testing purposes (without conditions) [CODE] public void paintVertically(Graphics
gc
) { int i0 = 0; int j0 = 0; for …i; j0 = j; } i0 = i; } } public void paintHorizontally(Graphics
gc
) { int i0 = 0; int j0 = 0; for (int i =…
JOptionPane on Primary Display in a Dual Display System
Programming
Software Development
12 Years Ago
by hfx642
…].getBounds()); frame[j][i] = new JFrame("Device: " + j,
gc
[i]); frame[j][i].setBounds(50, 50, 800, 600); frame…[j][i].getContentPane().add(new JTextArea("Config:\n" +
gc
[i])); Test_Bttns [j] = new JButton ("Button: " + j); final…
1
2
3
17
Next
Last
Search
Search
Forum Categories
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Forums
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2024 DaniWeb® LLC