Low performance when connected users exceed 250 in OAS10g

hi,
in OAS10g app server whenconnected user to app server are less than approximately 250-280 every thin is good and there is no performance problem,
but where connected users exceed 280 , server response to requests such as opening a form(without query data from db ) took 10-12 seconds.
in this case Os resources are: cpu usage <45% and mem usage <50%.
is it HTTPServer performance issue?
how can i solve this problem?
thank in advance
carol.

You can try to change the JVM for Forms Servlet, maybe add more Threats with more memory assigment and that this threats get distroyed after resolving certain number of request, also in Apache, you may want to increase the number of MaxClients Directive, as well the Max Connections in WebCache.
Greetings.

Similar Messages

  • My iPhone 4 plays music at a low volume when connected to a car stereo

    My iPhone 4 plays music at a low volume when connected to a car stereo either by fm transmitter or aux cable. The volume on the phone is full and the car stereo is full yet you can barely hear it. Anyone else had issues with this

    I seem to remember someone several months ago having this same problem and I think it turned out to be the AUX cord.
    FM transmitters tend to have low volume associated with them as well from my experience.

  • Imac 21.5" mid 2011 performance when connecting a 27" 2560x1440 external display

    Im about to pull the trigger and buy the 27" apple cinema display. But I have concerns about the performance I will experience when connecting it to my base model imac 21.5". Can my 21.5" imac (2.5 GHz Intel Core i5 / AMD 6750M 512 MB / 12GB of RAM) run a 2560x1440 external display smoothly? Or is that too much for my graphics card? Any help is greatly appreciated. I have searched everywhere for clarification but still nothing. Thanks!

    Hello,
    Looks good to go...
    2nd Display Support:
    Dual/Mirroring
    2nd Max. Resolution:
    2560x1600
    Details:
    Apple reports that this model simultaneously supports the native resolution of the built-in display and up-to a 30-inch external display (2560x1600).
    http://www.everymac.com/systems/apple/imac/specs/imac-core-i5-2.5-21-inch-alumin um-mid-2011-thunderbolt-specs.html

  • Error occured randomly when connecting user's INBOX with IMAP

    Hi..
    We are using our own developed web mail program using IMAP protocol.
    Not very often but sometimes users faced error they couldn't connect their INBOX.
    So I reconstructed their mailboxes and I could see error message.
    reconstruct -r user/jcheol.kimuser/jcheol.kim/INBOX
    ERROR: Trouble parsing cache record 190 string 1: String goes beyond EOF
    Reconstructing...
    user/jcheol.kim/Drafts
    user/jcheol.kim/MyFolder
    user/jcheol.kim/MyFolder/&rPW7OA-
    user/jcheol.kim/MyFolder/43&rjAhkA-H&0wA-
    user/jcheol.kim/MyFolder/43&rjAhkA-stc
    user/jcheol.kim/MyFolder/SDI IS&0wA-
    user/jcheol.kim/Sent
    user/jcheol.kim/Spam
    user/jcheol.kim/Trash
    After run reconstruct user can see their mail.
    Is there Anyone know what that errors means ?
    Any ideas on how to fix it ?
    mail sever version is..
    > ./imsimta version
    iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)
    libimta.so 5.2 Patch 2 (built 19:30:12, Jul 14 2004)
    SunOS ep_ms11 5.8 Generic_117350-25 sun4u sparc SUNW,Sun-Fire
    Thanks

    The error indicates that the store.idx file does not reflect the true status of the mailbox. Store.idx is a binary file that Messaging Server maintains to improve performance of getting data from the user's inbox.
    The problem you describe can be caused by manual manipulation of the user's mailbox (removing files, adding files, etc), disk errors, and, yes, bugs. 5.2p2 is the latest PUBLICALLY available version of 5.2, but Tech Support has much later versions. I suggest contacting tech support and requesting a current hotfix. I cannot give you that, here.
    Or, you can upgrade to 6.2....

  • Facing low Performance when iterating records of database using cursor

    Hi ,
    i inserted nearly 80,000,000 records into a database, by reading a file whose size is nealry 800MB, in 10 minutes.
    when i am iterating the records using Cursor with Default lock mode , it is taking nearly 1 hour.
    My Bdb details are as follows
    Environment : Non transactional , non locking
    Database : Deferred write.
    Cache : 80% of JVM ( -Xms=1000M -Xmx=1200m )
    Could you please explain why it is taking such a long time ? did i make any mistakes on settings ?
    Thanks
    nvseenu
    Edited by: nvseenu on Jan 15, 2009 5:47 AM

    Hello Gary,
    StoredMap is a convenience API wrapper for a Database. It has the same performance and multi-threading characteristics as a Database. You don't need to synchronize a StoredMap, or use Database to get better performance.
    The lock conflicts are the thing to focus on here. This is unrelated to the topic discussed earlier in this thread.
    How many threads are inserting and how many performing queries?
    What other work, other than inserting and reading, are these threads performing?
    Does any thread keep an iterator (which is a cursor) open?
    How large are the data items in the map?
    What is the resolution of the timestamp? Milliseconds?
    I don't think the exception you posted is complete. Please post the full exception including the cause exception.
    I can't tell from the exception but it looks like multiple insertion threads are conflicting with each other, not with the query threads. If you test only the insertions (no queries), do the lock conflicts still occur?
    One possibility is that multiple insertions threads are using the same timestamp as the key. Only one thread will be able to access that key at a time, the others will wait. Even so, I don't understand why it's taking so long to perform the inserts. But you can easily make the key unique by appending a sequence number -- use a two part key {timestamp, sequence}.
    Please upgrade to JE 3.3 in order to take advantage of the improvements and so we can better support you. We're not actively working with JE 3.2, which is very outdated now.
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Low performances when querying data dictionary Oracle 11g

    Query:
    SELECT
    ucc_fk.column_name FK_COLUMN_NAME,
    ucc_pk.table_name PK_TABLE_NAME,
    ucc_pk.column_name PK_COLUMN_NAME
    FROM user_constraints uc_fk
    INNER JOIN user_cons_columns ucc_fk ON (ucc_fk.constraint_name = uc_fk.constraint_name)
    INNER JOIN user_constraints uc_pk ON (uc_pk.constraint_name = uc_fk.r_constraint_name)
    INNER JOIN user_cons_columns ucc_pk ON (ucc_pk.constraint_name = uc_fk.r_constraint_name AND ucc_pk.position = ucc_fk.position)
    WHERE
    uc_fk.constraint_type = 'R' AND
    uc_pk.constraint_type = 'P' AND
    uc_fk.table_name = 'TABLE_NAME';
    works ok on 10g but is very slow on 11g? How to improve performances?

    You dont need to join with user_constraints again unless you are trying to avoid references to a unique key.
    SELECT ucc_fk.column_name FK_COLUMN_NAME, ucc_pk.table_name PK_TABLE_NAME, ucc_pk.column_name PK_COLUMN_NAME
      FROM user_constraints uc_fk
           JOIN user_cons_columns ucc_fk
              ON (ucc_fk.constraint_name = uc_fk.constraint_name)
           JOIN user_cons_columns ucc_pk
              ON (ucc_pk.constraint_name = uc_fk.r_constraint_name
              AND ucc_pk.position = ucc_fk.position)
    WHERE uc_fk.constraint_type = 'R'
       AND uc_fk.table_name = 'TABLE_NAME';As you can see I have removed the join to user_constraints and hence the condition uc_pk.constraint_type = 'P'
    The reason being the it is already validated to be in ('P','U') for all r_constraint_names.
    G.

  • Low Performance when opening attachments in va23 documents

    Dear Forum,
    I have a very strange issue, I hope that some one can help out.
    We recently upgraded from 4.6c to ECC 6.0 and the error is the following:
    1° When you run VA23 and display a Quote/Document
    2° then click on the services for object icon
    3° then click on Attachment list icon and
    4° then double click on any of the Attachments that are available there,
    issue: The attachments are taking like 10 minutes to be displayed
    I have searched for notes with no success... any ideas.. thoughts..?
    Thank you,
    PR

    Hi Guys,
    Thank you for your answers. This issue is rather old but it was not solved yet at this customer.
    One particular aspect is that this "delay" affects only the EMEA enployees while the Americas employees dont have any delay in their response time, so I also think it might not be related to SAP but to the network. On the other hand, this issue started right after an upgrade from 4.0b to ECC 6.0 so that also lets me thinking this might be SAP related.
    Best regards,
    Pablo

  • Very low performance level when the Server has 2 actives Network Interf.

    In a server Pentium IV 2.0 GHz, 1 Gbyte RAM, Windows 2000 Adv. Server, with two network interfaces, we observe a lower [really critical]performance when the two network interfaces are actives. If we disable one netrowk interface the performance increases to a very higher level. Could it be solved only by the configuration? At the beginning [still both interfaces enabled] we had only one listerner applied to IP 0.0.0.0. To test this situation, we modified the IP of this listener for the IP of one of the network interface and we also added one other IP to the other listener with the IP of the second network interface. At this test was not possible to see any increase of performance. In conclusion, we understood that it is not a trivial problem and we appreciate some help to avoid this down performance at the server.
    Thanks in advance, Ricardo Gomes e Bruno Guimar�es
    Network Engineer
    Link Data Inform�tica
    www.linkdata.com.br
    +55 61 9219238
    [email protected]

    Running with two nics will not necessarily give better performance. 1st, if the 2 adapters have been configured as a team then the network switch that the server is connecting through must support teaming of ports. 2nd if adapters are not teamed but going through different networks then make sure that the routing priority has been set.

  • WRT160n v3 has slow connection when multiple users are connected

    As of last night my router has been producing slow connectivity when multiple users are connected to it, but it's perfectly fine when only one user is connected.
    I am on a laptop myself, but we also have a second laptop and a desktop where the modem and router are set up.
    I have upgraded the firmware so that is up to date.
    We have Comcast Fiber Optics so my internet speed is normally quite fast even when all of my computers are connected.
    Some settings that I have that might help resolve the issue:
    I am using DHCP Configuration.
    My Channel Width is set to 20 MHz and I am using Channel 11.
    The Security Mode is set to WPA Personal. I had it on WPA2 Personal but I read that changing to WPA Personal might help and so far it doesn't seem to have done anything.
    I set the Beacon Interval to 50, Fragmentation Threshold to 2304, and RTS Threshold to 2304.
    Everything else is set to the default factory configuration.
    Just today I received a notice that said "Windows has detected an IP Address Conflict", but ever since I reinstalled the Firmware it hasn't come back. I've rebooted both my laptop and the desktop to confirm it hasn't come back as well.
    I consider myself to be computer savy, but I just can't figure out what the problem is as I've tried everything that I could think of including reconfiguring my router and restarting my modem as well. This problem has presented itself in the past before but unfortunately I cannot remember what I did to fix it.

    Try using inSSIDer to help you find the best channel.
    http://www.metageek.net/products/inssider/
    If that doesn't help, you can try disabling WMM.
    Edit:  You should use WPA2 AES security for best performance.

  • Error when connecting more than 50 users ??

    I use database 8iEE & form server (9ias rel1) on different box to deploy form on the web
    the error occur when user connect more than 50, but it's ok when connect to database using sqlplus
    Is there someone has the same experience ?

    I think this problem has been addressed and answered in this forum time and again …
    Opening files or creating new files while in Full Screen Mode will cause a cursor offset in Photoshop CS4 (I don’t know if there are configurations where that does not happen, but best assume it just does); the common remedy is circling through the Screen Modes by hitting F on the keyboard three times.
    Edit: The matter doesn’t seem to have made it into the FAQ, though. Maybe someone could add it there?

  • Hello . I hope to get a solution to my problem: ( I bought a laptop Mac Pro, a user But the seller was not the Secretary Laptop after arriving I've worked for almost an hour When connected to electricity Nour appears very faint, I do not see it quickly ht

    Hello
    . I hope to get a solution to my problem: (
    I bought a laptop Mac Pro, a user
    But the seller was not the Secretary :" (  !!
    Laptop after arriving I've worked for almost an hour
    * When connected to electricity
    Nour appears very faint, I do not see it quickly
    http://www.3rabart.com/up/download.php?img=38472
    When separated from the energy, light shows intermittently and then disappears fast
    http://www.3rabart.com/up/download.php?img=38473
    I need urgent help please.
    Thank you

    Please ، How Email  for a company ? I want to communicate with them about my problem "(

  • Video playback is always low quality on my iPhone 6 plus, even when connected to wifi

    I Have Searched and couldn't find any answers. Everytime I play any video from any source the playback quality is terribly low. 240p would be my guess if not lower. It happens when connected to wifi or lte. It won't buffer to eventually stream in hd or 480p even. I've tried a restore, tried downloading a third party YouTube app and still no luck. The only succes that I've d is when streaming from twitch, I will get hd quality. Please help. Thanks!

    I also happen to have T-Mobile, but the problem happened on WiFi as well as you mentioned and therefore didn't seem to be related to carrier.
    I expect your videos are playing normally again like mine since yesterday morning. I guess it had something to do with the video codecs/standards being used by major video service providers like you thought, but I found it curious that so many different video sources beyond YouTube caused me the same problem during that time. I did find that Daily Motion worked fine when the other services weren't working, so I knew it had to be service (and what standards they were using) specific.
    Still, how were there not tons and tons of other people experiencing this!? I had it happen on both my 6+ and my iPhone 4. Maybe there were other factors specific to my area/connection (outside of connection speed which was always fine) that resulted in it, but still...

  • My whole document comes out as low res when I export to PDF, even the indesign file also now low res. Tried changing display performance, but that's not helping.

    My whole document comes out as low res when I export to PDF, even the indesign file also now low res. Tried changing display performance, but that's not helping.

    Are your  links up to date? What settings did you use?

  • How to Check when the user is connected to different desktop.

    How to Check when the user is connected to different desktop.Sometimes the user maynot see the theme in the personalize theme list. In that case the person must be using different kind of desktop.How to check, I need a path.And how to apply the theme to that user?
    Thanks,
    Paturi

    Hi,
    you can create the new portal desktop from
    System Administration => Portal display => Desktop and Display Themes
    Select your folder from Portal Content and from its context create new Desktop.
    Add The Framework page and the theme to this desktop page.
    Go to your folder from Portal Content and from the context of the framework page select add framework page to portal desktop.
    Adding Theme to desktop
    From Portal content select Theme folder and select the theme right click it and select Add theme to Portal Desktop.
    Create rule for the Desktop.
    Navigate to System Administration => Portal Display => Desktop and Display Themes Portal Content => Portal Administrators => Super Administrators =>main_rules.
    Click Add IF Expression.
    create the expression if user = xyz then click on apply
    Select the then clause of the if and navigate to your folder where Desktop is created ,Add it and Click Apply.
    Save the Changes to the rule.
    Hope it helps you.
    (reward points if its helpful)
    Thanks,
    Gunjan

  • Users can only connect to RD farm website and cannot remote into terminal server , when connected via VPN

    Hello,
    I have a RD farm using 3 Win 2012 servers (1 broker and 2 session host), for internal use only, have not
    configured gateway for internet access.
    Users are able to connect to RD farm website and remote into terminal server, within office
    but can only connect to RD farm website and cannot remote into terminal server , when connected via VPN
    Its takes long time at securing connection and fails.
    Thanks

    Hi,
    Thank you for your posting in Windows Server Forum.
    First of all I would suggest you to configure RD gateway role on your server and pass all the connection through it because it’s a best practice to use RD Gateway in RDS Farm. 
    Apart from this, if you are not using RD Gateway then you must check that you have successfully forwarded port 3389 for RDS to access via VPN. Also check that you have made configuration under IIS Manager to enable Forms Authentication. Please check
    this link.
    In addition, please refer beneath article for additional details.
    1. How to Access Windows Remote Desktop Over the Internet
    2. Remote Desktop Services in Windows 2008 R2 – Part 3 – RD Web Access & RemoteApp
    (For reference)
    Hope it helps! 
    Thanks,
    Dharmesh

Maybe you are looking for

  • Accounting documents not cleared - sales return being procced

    Dear Experts, In sales return process, material was received by Movt.651, credit memo raised, while seeing the document flow the sales return document showing as "being processed" and Accounting documents showing as "not cleared". how to clear the  a

  • MR90-invoice print out

    Hi, While trying to view the invoice output  in MR90 ,the system shows the following error"Table RSEG: entry 5105608892 2009 2 does not exist".How to slove this? Regards, Renuga.A

  • I bought a new computer and now my phone won't sync calendar with outlook

    I bought a new computer and after I set up Windows with Outlook 2010 I tried to sync my Iphone with Outlook, but no luck. The phone used to sync with the old Outlook program.

  • Should we still make app for ios 4

    Hi, I am starting to work on an app for iphone, but not sure about which minimum ios version to deploy to? I can do to ios 4.0, but then I will loose out on features such as storyboard and weak ARC. Also with ios 6 out, is it worth going for ios 4. I

  • Debt validation

    Is it a good idea to send dv letter to a collection agency that was recently paid? Goal is to get deleted from credit report! I c system $507 Diversified Consultants $230 Enhanced recovery $60.31