How many client can handle?

How many concurrent user can handle with Tomcat 5.0 and servlet2.4?
:-)

Depends on how often they hit "reload".
If you have an on-line chat forum, people tend to hit reload every N seconds to see if there are new posts. 1 user = 200 hits/day. If your site show TV listings, people load your page only a couple of times a day because it doesn't change constantly. 1 user = 2 hits/day.
Estimate how many hits an average user does to each page. Then measure the speeds of your servlets. Estimate how often each servlet will be accessed -- or if your site is already on-line, get that info from logs. Simulate your expected web traffic.
If you use sessions and put lots of data in them, estimate the size of data you keep per user. That'll give you memory requirements.

Similar Messages

  • How many clients can the time capsule handle?

    I'm trying to research how many clients can be accomodated by the time capsule - anyone know?

    Welcome to the Apple Support Communities
    You can connect 50 devices and computer wirelessly to the Time Capsule, but you can connect more through Ethernet

  • How many clients can be connected to an Access Point

    Hi friend,
    I want to know how many clients can be connected in Cisco AP 1140.
    Best Regard,
    Marco.

    Hi,
    As Stephen mention the best answer is it depends.
    What you need to keep in mind is that wireless is halfduplex and a shared medium and due to this the bandwith will go down per client.
    http://www.cisco.com/en/US/products/hw/wireless/ps430/products_qanda_item09186a008009483e.shtml
    Q. How many clients can associate to the AP?
    A. The AP has the physical capacity to handle 2048 MAC  addresses, but, because the AP is a shared medium and acts as a wireless  hub, the performance of each user decreases as the number of users  increases on an individual AP. Ideally, not more than 24 clients can  associate with the AP because the throughput of the AP is reduced with  each client that associates to the AP.

  • How many clients can connect through cisco AP 1310 in wireless network ?

    I had setup wireless network with
    wlc4402,cisco AP 1310.1131 and 1242 and Cisco acs 4.1.My problem is only 30 clients connect through Cisco AP 1310 at a time.I can not connect more than 30 clients at a time.What is the issue in wireless network?please reply .
    Thanks and regards
    By
    D.Anbudurai

    WIRELESS > 802.11 > RRM
    How can do that setting ? Can you reply with
    some brief steps? And also I want to know how
    many clients can connect in wireless network at
    a time exactly through cisco aps?
    Thanks and regards
    d.anbudurai

  • How many clients can connect to Topic?

    I've just read through the jms tutorial and it seems to be ment to losely couple parts of a big systems. (delivery -> factory -> order)
    I'm in the process of beginning a application which has the following structure:
    One client sends a message to the server, the server sends this message to one or more clients. (in jms: sender sends message to topic, topic sends message to receiver).
    Now the client which receive the message from the server isn't part of a system, it's actual a person who sits behind his/her computer and finds the messages interesting.
    My question is about how many clients can "watch" the topic for messages? Are we talking about 50, 100, 500 or 1000 or maybe 10.000 ?

    Jan,
    I do not think that there is a forced limit for as long as your hardware can sustain.
    It also probably depends from MQ vendor to vendor, and their JMS implementations.
    In one of my apps 10,000 subscribers was the practical celing due to the memory limitations. (On Solaris 8, 2 GB shared memory)
    In another that used open source JMS celing was much lower. due to its underlying EJB implementation (Linux).
    I would suggest a clean box test. Benchmarking, stress and load testing you middleware is always a good idea. It will give you a good idea what your app can and can not do.

  • How many clients can associate to the AP?

    Hi
    I need know how many clients can associate for this AP model
    AIR-CAP3502I-A-K9
    AIR-LAP1131G-A-K9
    I have 45 clients currently associated with each AP.
    Thanks

    I need know how many clients can associate for this AP model
    Theoretically, you can have 1098 clients per WAP.  However, in practice, this will depend entirely on the type of Wi-Fi traffic being pushed around.
    Cisco recommends no more than 25 clients per WAP.  But if you are just pushing emails, HTML around then this number can go as high as 35 clients per WAP.  If you are pushing HD video, then the number goes down to around 8 clients per WAP.
    I have 45 clients currently associated with each AP.
    This is too much.  Even for a 1131.  Take note that, unlike the 3502, the 1131 only has FastEthernet data port.  So with 45 clients connected to the 1131, you may have some bottleneck.

  • How many clients can connect to AP54G?

    Pls let me know how many clients can connect to AP54G?
    I find in it's spec, but can't find.
    Thanks!!!

    no answer...
    any in my question wrong?
    Please..................

  • How many clients can contact to me? thanks

    i want to use ServerSocket to accept clients, i have to know how many of them can contact to me at same time, i have no idea but i want to know in advance.
    i use P3-667, win2000 with 128M memory.
    if i keep the PC only for acception, may i accept 2000 clients at same time?
    if u r exprienced, please give me a number in ur case, thanks

    It depends on what you want to do and how many information you store for each client.... but sure is: more clients would mean bader performance..

  • Scale:how many client can register with jms

    hi all, i want to test the scaleof jms , in other mean i want to send msg using jms to 25 client/publisher running at the same time to calculate the time any onw can helpme how to do that test.i think it is not resonable to run the oub 25 timer i think there is another way.
    regards
    nagwa

    Depends on how often they hit "reload".
    If you have an on-line chat forum, people tend to hit reload every N seconds to see if there are new posts. 1 user = 200 hits/day. If your site show TV listings, people load your page only a couple of times a day because it doesn't change constantly. 1 user = 2 hits/day.
    Estimate how many hits an average user does to each page. Then measure the speeds of your servlets. Estimate how often each servlet will be accessed -- or if your site is already on-line, get that info from logs. Simulate your expected web traffic.
    If you use sessions and put lots of data in them, estimate the size of data you keep per user. That'll give you memory requirements.

  • How many clients can use my mac shared connection?

    I'm sharing a wired connection wirelessly. What's the limit on client connections?  Thanks in advance if you can help.

    You may be confused between retrictions that apply in different areas.
    You can only authorise 5 computers to use a single ID.
    You can only associate 10 devices with a single ID.
    Associated devices include your authorised computers, thay also include mobile devics that use iTunes Match or automatic download from the cloud.

  • We use FMS Server 4.5,how many clients can connect one server (maximum number of connections)?

    As the title

    Jan,
    I do not think that there is a forced limit for as long as your hardware can sustain.
    It also probably depends from MQ vendor to vendor, and their JMS implementations.
    In one of my apps 10,000 subscribers was the practical celing due to the memory limitations. (On Solaris 8, 2 GB shared memory)
    In another that used open source JMS celing was much lower. due to its underlying EJB implementation (Linux).
    I would suggest a clean box test. Benchmarking, stress and load testing you middleware is always a good idea. It will give you a good idea what your app can and can not do.

  • How many PCs can OC4J at Sercer contains Clients?

    I've an Oracle DB 10g Server, and Oracle Developer Suite 10g.
    I run the OC4J at this server and tried to run a form at a client.
    It works successfully, But my question is:
    How many clients can be contained by this OC4J instance?
    By other words: Can I make this OC4J Instance as an Application Server for many clients? and how many clients can be contained in it?
    Thanks
    Message was edited by:
    Dev. Musbah

    Thank u a lot Paul.
    But this is not the asnwer that I search for.
    I'll explain more:
    1. I have installed Oracle DB 10g and Oracle Forms 10g.
    2. I built a form (by a data block connected to DB) called person and saved it at F:\work.
    3. I run the OC4J from Start >> Oracle Developer Suite >> Forms Builder.
    4. I opened the FireFox Browser at another computer connected to my computer by a LAN, and then wrote the form link:
    http://<my_host_name or my_ip>:8889/forms90/f90servlet?form=F:\work\person
    5. the form works successfully at this computer.
    My Question is: If I want to do the step no 4 for other many computers, how many computers can this OC4J instance carry?

  • How many songs can I put into iTunes?

    How many songs can I put into iTunes? I have about 100,00 tracks and I wnat the convenience of having them all in the library but not if it bogs down the software. Is there a limit to how many iTunes can handle?

    Not sure if you meant 10,000 or 100,000 but iTunes will cope with either. Obviously as the size of the library increases there will be some impact on performance. A key factor is the number playlists that you create as these often need to be revaluated each time you add, play or remove a track. Excessive playlists with a large library tends to slow things down.
    tt2

  • How many clients(specify in no.) concurrently access Weblogic server

    hello
    i want to know how many clients can concurrently access a application
    server. for example:weblogic server or java webserver.

    depends on your budget!!
    You can go on increasing the number of clients by adding more WLS instances to a cluster. (and pay more licensing cost per node in the cluster).
    You can also increase the number of clients by using expensive hardware. (Hp/Compaq/Sun/Dell) will be more than glad to sell you plenty of high-end stuff.
    regards,
    Abhishek.

  • How many emails can I have on my account? Can I have client folders to customize for each client?

    How many emails can I have on my account?
    Can I have client folders for each client to access their own survey/forms?
    Can I customize for each client?
    Do we need multiple subcription accounts for this?

    You need to have one FormsCentral subscription per email.
    At this time FormsCentral doesn't support folders.
    Gen

Maybe you are looking for