Go Back   Velocity Reviews > Newsgroups > Java
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Java - Develop Update Server in Java

 
Thread Tools Search this Thread
Old 10-31-2009, 09:27 AM   #21
Default Re: Develop Update Server in Java


On Fri, 30 Oct 2009 13:22:01 -0700, Peter Duniho wrote:

.....snipped some very good points.....
>
> If it doesn't pre-allocate the heap, then having to specify the heap
> limit on startup is just dumb. (Which is no guarantee that it doesn't
> pre-allocate the heap, of course...)
>

I know of a couple of OSes with considerably better process execution
schedulers than any of the currently popular crop which use process
memory requirements as an input to their low level (millisecond level)
scheduler. If they are told how the process uses its memory (size of the
code, constants, stack and heap segments) this can be used to determine
the paging strategy for each region and to optimise the execution
strategy for the current process mix.

So, I think its sensible for the JVM to have the ability to specify heap
size regardless of whether a current OS chooses to use the information or
to ignore it: heap and stack size can't be determined at load time if
they aren't specified as JVM parameters.


--
martin@ | Martin Gregorie
gregorie. | Essex, UK
org |


Martin Gregorie
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
PC-cillin Update Server Failure SirOsisOfThuliver Computer Support 6 01-03-2004 04:14 AM
64 bit - Windows Liberty 64bit, Windows Limited Edition 64 Bit,Microsoft SQL Server 2000 Developer Edition 64 Bit, IBM DB2 64 bit - new! TEL Computer Support 1 01-01-2004 02:39 PM
windows updates--how to tell which you need? Viewasku1977 Computer Support 41 11-14-2003 03:34 AM
Win2K SP4 - what's the verdict? Max Quordlepleen Computer Support 6 09-16-2003 11:23 AM
Re: windows 2000 sp4 is a must PhilGreg Computer Support 0 07-17-2003 04:38 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46