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..

Similar Messages

  • 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 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 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 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 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 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.

  • 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 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.

  • 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?

  • With 16GB, how many songs can be stored in the IPAD mini?

    My IPad mini has 16GB, how many songs can be stored?

    thank you both very much for your quick response to my question, when i purchased the IPad, they told me at Verizon that about 2000 songs could be stored in the 16GB, not that I plan on having that many songs downloaded. Again thank you both very much, I appreciale the help.

  • How many Sessions can I invoke?

    Hello experts,
    afaik there are some limitations regarding how many sessions I can use simultanously for web service calls. I think I saw some information in this forum, but I do not find it again :-(.
    I know the "20 requests per session" rule, but how many sessions can I create?
    Thanks in advance
    Michael

    In the web service document you can find the number.
    In the old document you could find a session limit of 2n+10 where n is the number of users.
    The new document has no number of sessions but limiters in traffic

  • How many devices can sync simultaneously through iTunes?

    I am looking to see how many devices can sync simultaneously through iTunes. I know that you can only restore one device at a time, but you can sync content to two devices at the same time. Is there a limit to how many devices can sync simultaneously? Thank you for your help!

    Thanks. I wasn't aware that you could have multiple iOS devices connected via WiFi at once. That didn't seem to work the last time I knew of anybody trying it, but obviously it was their setup, not a general limitation.
    Regards.

Maybe you are looking for

  • Getting music off of the iphone.

    ya i read the posts of a lot of people, but i know there is many programs that do this i want to know if anyone found one really cheap or free. why because i had to reformat my computer and 2000 songs just dont transfer easy and they were all lost ex

  • How will schedule the BW report in the Background ?

    Hi Small query, i have one management report in the BI, which should be run early morning and send mail to the GM, We can schedule the ABAP report but no the BW !!!! How will schedule the BW report in the Background ? How the mail send to the GM ? Pl

  • Another error for server manager.Event ID: 1601

    Log Name:      Microsoft-Windows-ServerManager/Operational Source:        Microsoft-Windows-ServerManager Date:          06/07/2009 2:29:30 PM Event ID:      1601 Task Category: None Level:         Error Keywords:      User:          ARTONA\Administr

  • Mapping SRM Contract fields

    Hi experts, image the folowing situation: You have to replicate a contract from SRM to backends passing through XI. Can you please provide me a list of standard fields contained  in SRM contract replicable to SAP backends without too many mapping pro

  • Greek fonts no longer display

    In previous versions of FireFox all the Greek fonts on a website I use quite often were always displayed. Now I see that there are no Greek font displayed - just gibberish. This problem also occurs in the Opera Browser. However, they display just fin