• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Devaka Cooray
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • Paul Clapham
Sheriffs:
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
Bartenders:

Data Limit in Application Scope of a web App.

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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).
 
Rajesh Kumar Swain
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes I need to know the answer.
 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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,
 
Ranch Hand
Posts: 376
Scala Monad
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
You've gotta fight it! Don't give in! Read this tiny ad:
The new gardening playing cards kickstarter is now live!
https://www.kickstarter.com/projects/paulwheaton/garden-cards
reply
    Bookmark Topic Watch Topic
  • New Topic