I have an application where I need to authenticate requests - login/
password pair, plus a check on remote_host.  If successful, the app
just passes back a signed string for use with Amazon S3.  This is the
only app that this server will be running.  The minimal methods I need
for this service would then be addlogin, deletelogin.

I anticipate something on the order of 10,000 rows on this table.
Would it be too much to expect to be able to do this just using
openbd's query on query capability?  I was thinking just using H2, but
realized that I really didn't need that much horsepower and I could
keep it much simpler.

Anybody here have experience with how far you can go with this?  what
is a big row count for an application.query object?

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to