| Author |
Data Limit in Application Scope of a web App.
|
Rajesh Kumar Swain
Greenhorn
Joined: Apr 01, 2007
Posts: 17
|
|
Hi, I want to put data in application scope in hashmap form. The count would be 50 hashmaps having 500 key-value pairs in each and planning to run JVM via 1.4 GB . Is there any limitation for this scenario. If anyone can help me out.
|
 |
Piotr Uryga
Ranch Hand
Joined: May 25, 2006
Posts: 68
|
|
Is this a question concerning SCEA assignment ? If so I think that You're digging too deep, but I can be wrong (I'm in progress with my assignment).
|
SCJP 1.4, SCWCD 1.4, SCBCD 5, SCEA
|
 |
Rajesh Kumar Swain
Greenhorn
Joined: Apr 01, 2007
Posts: 17
|
|
|
Yes I need to know the answer.
|
 |
Ricardo Ferreira
Ranch Hand
Joined: Feb 13, 2006
Posts: 156
|
|
First: This is not a SCEA assignment question. And if so, this is not the right place to post this kind of question. Try to catch this anwser in some java programmer forum. Second: At this forumm, we use the words 'please', 'can you', 'thanks', 'could you please'. This is education! Regardless this forum, you should use that terms at anywhere. Do not impose some kind of answer here, anyone here MUST answer your question. Thirdy: This kind of question must have proof of concepts. So, don't ask, try it! regards,
|
Ricardo Ferreira,<br /> <br />Sun Certified Enterprise Architect<br />IBM Certified SOA Solution Designer<br />IBM Certified RUP v7.0 Solution Designer<br />IBM Certified Specialist for RUP v2003
|
 |
Gabriel Claramunt
Ranch Hand
Joined: May 26, 2007
Posts: 375
|
|
Originally posted by Rajesh Kumar Swain: Hi, I want to put data in application scope in hashmap form. The count would be 50 hashmaps having 500 key-value pairs in each and planning to run JVM via 1.4 GB . Is there any limitation for this scenario. If anyone can help me out.
Why you don't just try it? Just create the hashs and populate them, then monitor memory usage with a profiler... at least you'll have something to work on! BTW, I agree that this doesn't have to do with SCEA
|
Gabriel
Software Surgeon
|
 |
Andrew Monkhouse
author and jackaroo
Marshal Commander
Joined: Mar 28, 2003
Posts: 10892
|
|
Agreed - moving this to Java In General (Intermediate) forum. It might have been a question for the Advanced forum, or a question for the Performance forum, but it appears the original poster has not tried to help themselves, so the question does not have enough context for either of those forums. Regards, Andrew
|
The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
|
 |
 |
|
|
subject: Data Limit in Application Scope of a web App.
|
|
|