Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: No free lunch in the Orchard

    Spend a few days with Grails and you will see the power of Hibernate. The tools do an excellent job of generating an impressive database design from an object...

  • RE: 20,000 logins in five minutes !?

    I looked at the number of logged events per login event.

    With connection pooling, I would expect this to a large number - perhaps hundreds or thousands of events...

  • RE: Two attributes multiple Entities

    In a situation like this, once I find that one address is not enough, I allow for 1 to many by adding another table. In this case, it is...

  • RE: Transactions Table

    What are examples of transactions in your system? I'm imagining that an example of equipment type would be 'automobile' and that 'the blue Honda Accord with VIN 2H3...' is...

  • RE: 20,000 logins in five minutes !?

    This is my understanding: When a connection is opened, a single log in call is needed to establish a secure connection. As long as the connection remains in...

  • RE: 20,000 logins in five minutes !?

    I agree that this is not a problem with the database server or its configuration. I am just surprised at this level of connections. I would expect to...

Viewing 6 posts - 1 through 6 (of 6 total)