The application spans 5 pages and has about 120 elements - half of which are blank or a 2 character answer. I just stuck each page element in the session, not realizing that 120 session elements is about 32K per session!

Help!!!

If I get 500 people trying to fill out this application at the same time am I in deep kimshi?

Hardly. 500 * 32K is only 16MB of RAM. If you have to worry about 16MB of RAM you have bigger problems!

If I'm in trouble, should I:

1 - store "f_@" attributes in a blob in the session with get and put? (to reduce element number and size)
        2 - store "f_@" attributes in table with get and put?
        3 - punt and hope it can handle it?

I would try option 1 first, then option 2 if necessary.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to