World Wind Forums

Go Back   World Wind Forums > WorldWind JAVA forums > Development Help

Development Help Help for building applications or diagnosing problems with WWJ

Reply
 
Thread Tools Display Modes
Old 10-24-2012, 06:16 PM   #21
nlneilson
Super Moderator
 
Join Date: Nov 2006
Location: Mojave & Oxnard California
Posts: 2,624
nlneilson is on a distinguished road
Default

GC in the core WWJ has not been a problem as the devs have done a good job.
Having too many tiles in memory is something I have tried to minimize but that is not really considered as garbage in java.

I tried 3 different java profilers in java but they all took more resources than my apps.
Just using the task manager for the CPU and memory usage seems to work OK when making changes.
I have never tried a profiler for the C++ code, never seemed to need it.
Declaring variables in a function/method so when out of scope the memory is freed seems to be all that is needed but a bit more of a hassle when debugging.
In C++ there is no restriction on heap space like java's 1/4 of total memory.

With the C++ code it is much smoother, less hangups, not thread interference, etc..
Regardless what some say I find C/C++ faster than Java.

There shouldn't be anything on my website that would cause a virus problem.
I hosted a large video for a while, just removed it, try again and see what is actually causing the problem if ESET will find that.
__________________
Neil
http://www.nlneilson.com
nlneilson is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may post new threads
You may 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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to setup WWJ Hervé Development Help 95 03-04-2013 03:42 PM
Embed wwj in JavaFx !!! ghazi Development Help 0 04-05-2011 11:53 PM
connecting to server fleak Technical Support 4 08-11-2009 09:37 PM
Earth canvas is blank, dislocated, or frozen on WWJ Vista bvWorldWind Development Help 1 07-18-2008 02:12 AM
Can't connect to servers hroo772 Technical Support 11 02-12-2005 01:19 AM


All times are GMT +1. The time now is 11:11 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.