Results 1 to 2 of 2

Thread: Access to multiple users

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2002
    Posts
    18

    Access to multiple users

    Hi,
    I have an application developed using ASP.Net running on a web server. The application interacts with an access database on the backend. The application seems to be running fine when only one user accesses it. It crashes when 2 or more people try to access it. I realize that the error lies in the way I coded the application. Can someone guide me to links/literature to make multi threaded web applications using ASP.Net.

    Any help would be appreciated.

    Thanks,
    Prashanth

  2. #2
    Hyperactive Member SoftwareMaker's Avatar
    Join Date
    Mar 2001
    Location
    Elbonia with Dilbert and Wally
    Posts
    322
    I dont think your problem has got anything to do with multi-threaded web applications BUT rather by the solution architeture itself

    It could be your server is not configured properly to handle the bandwidth or just your application has a memory leak somewhere.

    Make sure you close all connections EXPLICITLY especially if you are using a dataReader object and try again.

    An access mdb file can handle up to 20 concurrent users altho many ppl will dispute that but I am sure it can handle 2-5 users
    William T
    Software Architect / Chief Software Developer
    Softwaremaker.Net Pte Ltd
    http://www.Softwaremaker.net

    *** Things are always the darkest before they go pitch black ***

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width