Hello,

I am testing the feasibility of a servlet database where servlet and object database 
run in the same JVM.

If you are interested in this approach please point your browser to 
http://www.jdbms.org and download guest.jar which has a read.me file.

It's a guest book database meant for personal web sites, the database is GPL'd Jacob I 
am working on. So far I have tested it successfully with jsdk2.1 and also with the 
Jigsaw
web server.

I have a question: how much RAM can a servlet grab ?
Jacob's engine is quite small with a memory footprint below 300 KB but hashtable and 
index entries also take RAM (for guestbook that's about 500 KB for every 1000 objects).

So far I have the impression that the servlet specification does not pose any 
restrictions as to the amount of RAM a servlet can take (other than physical limits).
Is this correct ?

Bye,
Gerhard

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to