Skip to main content
Participant
August 11, 2010
Question

Multiple user login

  • August 11, 2010
  • 1 reply
  • 633 views

At the risk of getting shouted at, does Coldfusion have the capability of handling up to a 1000 different user logins. These would be remote website based user logins. Each user can view all the records in the database, but can only edit the records in the group that they manage? Records to be entered by administrator.

    This topic has been closed for replies.

    1 reply

    Inspiring
    August 11, 2010

    The answer is "yes".  But do you mean "1000 user records", or "1000 concurrent users"?  The answer is "yes" either way, but they are two rather different things.

    --

    Adam

    XillllyAuthor
    Participant
    August 11, 2010

    Thanks for your reply. To answer your question, there will eventually be 400,000 records in the database and 1000 concurrent users.

    Inspiring
    August 11, 2010

    400k records is nothing.  1000 concurrent users is though.  Do you have web-serving bandwidth, hardware and software to cope with that?

    I would say you'd also need to have more than one CF server serving that sort of request density though.

    And your app will need to be written carefully.

    But to answer your question: CF can handle that sort of thing no probs.

    --

    Adam