The Performance of Developer Server ??

Hi:
In August, Rajs asked: Is WebForms only for Intranet and NOT
Internet?
Now, I need urgently answers and details for this question, the
situation is same in my work. Rajs wrote:
I have deployed a Developer 6.0 application on the web
(Internet). I am using Application Server 4.0.7.1 on Windows NT
SP4. Of course and also JInitiator.
On a 128 MBPs Internet line The time to access www.yahoo.com was
around 5 seconds. The time taken to download the Employee
Details Applet was around 6 minutes. This is certainly not
acceptable.
I want to prove that Developer WebForms is also deployable and
can be used on the Internet as well as the Intranet. I was sadly
disappointed.
I have not tweaked any parameters on the Application Server. So
it is possible I am missing something.Can anybody please comment on this?
Regards
Rajs
null

Accessing external Databases with RFC-based middleware is Ok, but the best performance you usually get by accessing the external database directly from within the SAP ABAP server with the "DB multiconnect" feature. This allows ABAP programs to read and write to others than the primary database. ABAP knowledge is of cause required.
SAP has several products that use this feature and that may already fit your needs, e.g. BI (also known as BW) and SCM (also known as APO).

Similar Messages

  • How to increase the performance of  Weblogic server 7.0?

    How to increase the performance of Weblogic server 7.0 ?
    also, how do i avoid typing the server login and password evertime I start the
    webserver?

    How to increase the performance of Weblogic server 7.0 ?It depends on what is not running fast enough for you.
    also, how do i avoid typing the server login and password evertime I
    start the webserver?In the startWebLogic shell script (.cmd or .sh) add:
    set WLS_USER=weblogic
    set WLS_PW=password
    (Replace "password" with whatever your password is.)
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    http://www.tangosol.com/coherence.jsp
    Tangosol Coherence: Clustered Replicated Cache for Weblogic
    "winston" <[email protected]> wrote in message
    news:3fe42d33$[email protected]..
    >

  • Deploying application to the web with Developer Server

    Hi everyone,
    Does anyone out there has any notes or step-by-step configuration
    guide on deploying application on the web with Developer Server
    only (not with OAS)? I know that you can use it with Microsoft
    IIS 3.0 or 4.0 (as the web server) but don't know how to set it
    up. Appreciate if someone out there could help. Thanks.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Pedro Diaz Robles ([email protected]):
    I need exeperience comments and guidelines experience for deploying Forms in the WEB.<HR></BLOCKQUOTE>
    Be more specific !!

  • Doubts over the Performance in Developing a Chat application

    We are developing a chat application which needs to update the chat content in the database for the duration of the chat (ie.,For the duration of a session).At the same time the page should refresh and show the current content on both ends.In addition to both these, the database tables has to be checked to detect the occurence of a Network error on both sides.
    We have developed it as a Browser based chat and we have used PHP with MySQL. The performance is slow.
    Can anyone give a suggestion as to whether we can develop the chat application completely from the scratch and if we do that which technology should we choose to boost the performance.
    If anyone is not clear about my problem just mail me.I'll explain it in more detail.
    Thanks in Advance

    Hi,
    I just wanted to know these following answers.
    2) Network failure -- Means (either browswer got killed or data did not arrived/Page Not refreshed)
    3) which WebSErver are U using?
    From java, it is very easy to develop chatting application for which you can use applet and servlets for the same (if you consider the performance is the utmost importance)
    Updating to the database should not be done for the duration levels rather should be done at the event levels(data change/keyboards/session -inf changes).
    Im not sure about PHPs running at client but I can suggest you to use two frames .One is for typing and other one is for displaying information which basically gets the staus from the server abt other users in the chat either from the session, which would be driven by other component which is static) .
    Any how, I just put my ideas (Im sure , you know all these things)
    with regards
    Lokesh T.c

  • Any parameter to measure the Performance between  two server

    Currently I am running more 20 dvlp database in 2 cpu 2 GB RAM Windows2000
    server
    We are curently in process of upgrading the infarasturcutre
    We are moving the DB the a 2003 STD R 2 server with 4gb Ram and 2 processor
    I ahve configure everything in the new server except Moving of Dbs from old to NEW server
    versions 8,9 10gr2
    But starngley i feel the new server performs slowly when compared to old server not frpm DB point of view but while copying between different disks in the same NEW server
    It takes long time than usual across our office
    Tomorrow i will be moving a few DBS to the new machine
    Everythinh s going to be same in the Init.ora.No change in SGA or INIT parameters execept the driectory structure
    i want run the DBs in OLD and NEW machine and compare the response time
    Willbe sufficent enough to give an idea whether the new server is performing better or worse
    Any susgestions
    Message was edited by:
    Maran Viswarayar

    I don't think so, it depends on the way you conduct
    your testing environment, how you build it, and
    what's the goal of this test. I wouldn't name it
    synthetic test, I name it standarized test
    environment.Just to be clear, I have nothing against doing synthetic tests, and I don't intend "synthetic" to be in any way derogatory. This sort of testing can be quite valuable. You just need to be careful about extrapolating the performance of this sort of testing to the performance that your application will actually achieve. Since the workload your application is performing is generally going to be quite different than the synthetic workload you're describing, the comparison may not be direct.
    OS performance metrics can be gathered directly with
    the OS party. But knowing exactly how your database
    will perform in your specific environment ... You'll
    have to make up a testing environment.All true. Knowing how your database will perform, particularly on I/O intensive operations, though, doesn't tell you how a particular application running in your database may perform. Your application may, for example, be CPU bound or may be doing very non-random IO operations.
    Given that the original poster is seeing odd disk behavior, and his primary concern is with the IO subsystem, I would suggest starting the test there.
    Performance problems have always been multifactorial,
    and this always makes a tuning approach to be
    obscure. Unless a professional has enough practical
    experience, it becomes a black box problem where
    interactig subsystems will make it difficult the goal
    of finding the most meaningful performance thread and
    its interactions.Very true
    I have used this test approach and it has assisted me
    in obtaining an environment free of subjectivities
    where I have been able to benchmark Oracle behaviour
    on different platforms.
    This kind of test has also helped me in creating
    controled stressing situations where I can
    proactively plot potential bottlenecks and meassure
    different rdbms architectural aspects such as
    transactional mechanism, sorting, undo segments,
    latches, networking, etc. just to name a few, at
    different load scenarios.Synthetic test loads are excellent for this sort of database performance investigation, agreed.
    It is sometimes difficult to find hundreds of
    volunteers to test the application to find the point
    of maximum sessions with minimum response time. This
    testing approach has been useful in hiring a variable
    number of virtual volunteers that are willing to test
    the environment any time. So it has also allowed me
    to create useful reports, such as the "users load vs.
    response time" which helped me in predicting my
    system operational ceilings, and it has been pretty
    accurate.If we're talking about testing application performance, rather than testing generic database performance, I'd maintain that you shouldn't need any volunteers. You should have scripts that replicate the key business operations the application does and you should have a harness that can start up arbitrary numbers of concurrent sessions (admittedly, you may need a handful of volunteers to launch these scripts from a sufficient number of laptops).
    It all depends on the way you define your test
    environment.100% agreed.
    Justin

  • How to Improve the Performance of SQL Server and/or the hardware it resides on?

    There's a particular stored procedure I call from my ASP.NET 4.0 Web Forms app that generates the data for a report.  Using SQL Server Management Studio, I did some benchmarking today and found some interesting results:
    FYI SQL Server Express 2014 and the same DB reside on both computers involved with the test:
    My laptop is a 3 year old i7 computer with 8GB of RAM.  It's fine but one would no longer consider it a "speed demon" compared to what's available today.  The query consistently took 30 - 33 seconds.
    My client's server has an Intel Xeon 5670 Processor and 12GB of RAM.  That seems like pretty good specs.  However, the query consistently took between 120 - 135 seconds to complete ... about 4 times what my laptop did!
    I was very surprised by how slow the server was.  Considering that it's also set to host IIS to run my web app, this is a major concern for me.   
    If you were in my shoes, what would be the top 3 - 5 things you'd recommend looking at on the server and/or SQL Server to try to boost its performance?
    Robert

    What else runs on the server besides IIS and SQL ? Is it used for other things except the database and IIS ?
    Is IIS causing a lot of I/O or CPU usage ?
    Is there a max limit set for memory usage on SQL Server ? There SHOULD be and since you're using IIS too you need to keep more memory free for that too.
    How is the memory pressure (check PLE counter) and post results.
    SELECT [cntr_value] FROM sys.dm_os_performance_counters WHERE [object_name] LIKE '%Buffer Manager%' AND [counter_name] = 'Page life expectancy'
    Check the error log and the event viewer maybe something bad there.
    Check the indexes for fragmenation, see if the statistics are up to date (and enable trace flag 2371 if you have large tables > 1 million rows)
    Is there an antivirus present on the server ? Do you have SQL processes/services/directories as exceptions ?
    There are lot of unknowns, you should run at least profiler and post results to see what goes on while you're having slow responses.
    "If there's nothing wrong with me, maybe there's something wrong with the universe!"

  • Developer Server & Web Based Forms

    Hi,
    Can anyone provide any tips on improving the performance of web based developer forms?
    I am currently using a static implementation in Developer 6 with Oracle Appliactions Server as the web server. Is there any advantages/disadvantages of using the cartridge based implementation versus the static implementation?
    Thanks.
    -William Ho

    William,
    There will be no performance advantage over static or cartridge implementation.
    If you could be a little more specific over what sort of performance problems you are seeing then I can help you more.
    You may also like to read the Tuning Oracle Developer Server for the Deployment of Internet Applications whitepaper that is on this site under Internet Tools/Developer then scroll down
    -- EIT Product Management -- JMP

  • Increase the performance in webdynpro

    Hi,
    i am executing one report having huge data which is retrieving from SAP R/3 using RFC and display the data in portal using webdynpro the problem is if u execute this report using URL in internet site it is not displaying because of timeout exception (i think) how to increase the performance to execute that report with in the time for that request(but it is displaying the data if we execute the data in developement server but it takes lot of time )
    How to solve this issue?

    Hi we are using real time job .
    source : MDG [IDOCS]
    Transforms: Data Quality ,Address cleanse
    so here we want to increase the performance of the job ..
    so what are the performance tuning techniques for real time job ??
    This are the details related to job . please share your ideas

  • Client creation on XI on development server for Quality

    Dear All ,
    I have configured scenarios on one of the client in development server  . <b>I want to create new client for quality/Testing  on the same development server</b> .Can somebody guide us how to create new client on the same server .
    Thanks in advance
    Regards
    Prabhat

    My question was meant to determine whether you had any CPU licenses. In retrospect, it doesn't matter.
    You cannot use your Production licenses on your Dev system without violating your contractual obligations with SAP. i.e. both system cannot run in parallel using the same license keys.
    You might be able to use the quarterly Test licenses that SAP makes available without violating your contract. I am uncertain of the terms of the test licenses.
    You should probably talk to your Account Manager on this.

  • Transportation error in BW Development Server

    HI BW Experts,
                         We have created one Infocube in BW Development server which is customized and we used PC Files (FLAT FILE) as Source System.
                        While we are trying to transport the Infocube from Development Server to BW Production Server the data source is not there in OBJECT TYPE.
                       I searched in 3x Data sources in Transport connection but i did not find my data source which i created in Development Server.
                     So i found only Infocube and Infosource. I didnot find Data source and Transfer rules in the Transport Connection which i have created.
                  And i checked in Production Server , we have source system mapping is there but names are different( I think its not a problem).
                 I got only Infocube and Infosource in Production Server but did not get Data source and Transfer Structure in the Production Server.
                 The main problem is , in development server we dont find the Particular data source and Transfer structure  which i have created in Development Server.
                  Kindly help for the further process.
    Thanks in advance
    Regards
    Anjali

    Hi,
    <i>We have created one Infocube in BW Development server which is customized and we used PC Files (FLAT FILE) as Source System.</i>
    <i>I checked in Source system. But there is no FLAT FILES. In place of FLAT FILES iam getting CRDCLNT300 ( This is our CRM Development Server Source System).</i>
    The both statements are mutually different to each other. If you have Flat file source system and if you have Transferrules from flat file to your cube, then create one more transport request by taking tick mark for Flat file source system in transport connector tool. And take TRules with data flow before in that request.
    With rgds,
    Anil Kumar Sharma .P

  • Generate doc file through a web form (using Developer Server 6i)

    Can anyone tell me is it possible to make a web form generate a doc file on the middle tier (Developer Server machine)?

    sample usage:
      CALL FUNCTION 'HTTP_POST'
        EXPORTING
          ABSOLUTE_URI                = IM_OFX_CONTROL_DATA-ADDRESS
          REQUEST_ENTITY_BODY_LENGTH  = RESPONSE_ENTITY_BODY_LENGTH
          RFC_DESTINATION             = IM_OFX_CONTROL_DATA-HTTP_RFCDEST
          USER                        = IM_OFX_CONTROL_DATA-HTTP_USER
          PASSWORD                    = IM_OFX_CONTROL_DATA-HTTP_PASSWORD
          BLANKSTOCRLF                = 'X'
        IMPORTING
          STATUS_CODE                 = STATUS
          STATUS_TEXT                 = STATUS_TEXT
          RESPONSE_ENTITY_BODY_LENGTH = RLENGTH
        TABLES
          REQUEST_ENTITY_BODY         = LT_REQUEST
          RESPONSE_ENTITY_BODY        = RESPONSE
          RESPONSE_HEADERS            = LT_RESPONSE_HEADERS
          REQUEST_HEADERS             = LT_HTTP_HEADERS
       EXCEPTIONS
            OTHERS                      = 1.
    Refer the programs:
    LFPIFF02            
    LOFXALSU04          
    LPRGN_URL_RESPONSEU01
    LSBCCU01            
    LSFTPU09            
    for some idea.
    regards,
    ravi

  • How to deploy Portal from Development server to Production server ?

    Hi all,
    I am new to OAS Portal. I have a question :
    I am developing the portal in development server, if I want to deploy it into production server, how can I do that ?
    Is there any docs on this ?
    Thank you very much,
    xtanto

    Assuming you are working with Portal 10.1.4, please see the following link for this documentation. It would also help in better planning for your deployment scenarios if you can briefly skim over the two chapters before the one in this link, specially to see what would be your options to lay it out on multiple environments.
    http://download.oracle.com/docs/cd/B14099_19/core.1012/b13995/testprod.htm
    thanks,
    AMN

  • Developer Server Configuration Wizard

    Why is it there is no developer server configuration wizard on
    my application while I already install all the products in
    Developer server CD by custom installation.
    Kindly give me an assistance on this...
    null

    billy (guest) wrote:
    : Why is it there is no developer server configuration wizard on
    : my application while I already install all the products in
    : Developer server CD by custom installation.
    : Kindly give me an assistance on this...
    There is an answer in this newsgroup, but i don't know the exact
    title (Perhaps "Where can i launch the Server Wizard?" or so).
    It was anything with unzipping the file in WZC\Bin and running
    the batch files). Unfortunately, I failed trying to follow that
    answer, and the Oracle support told me that they did not
    implement the Wizard, which is a little curious.
    Steve
    null

  • Streaming Server, Interactive Server, Development Server - can I get some clarification please?

    I've read the Flash Media Server 3.5 developer's guide and
    have perused various parts of the 3.5 Server-Side language
    reference, and now I am confused as to what functionality is
    available to which server products.
    For example, the XMLSocket class says its available to the
    "Flash Media Server 2". The name of the streaming server product is
    "Flash Media Streaming Server" and the other server product is the
    "Flash Media Interactive Server". So does that mean XMLSocket is
    applicable to both?
    Elsewhere in the language reference, the Netstream.time is
    said to be available to the "Flash Media Interactive Server" and
    the "Flash Media Development Server". OK, the first one is pretty
    clear, but I don't see anywhere on the Adobe site for the "Flash
    Media Development Server". Is that the "Flash Media Streaming
    Server" that Adobe allows to be downloaded for development? If
    that's the case, then shouldn't Netstream.time also be available
    for the "Flash Media Streaming Server"? In any case, this
    functionality seems pretty crucial to writing applications for
    streaming, why would it not be available?
    What I'm gettting at is that I'm trying to determine which
    server products our company needs for the project we are embarking
    on. The project is paid live streaming that authenticates a user,
    keeps track of his time viewing live streams, keeps track of which
    live stream he views, disconnects them when they run out of paid
    time, sends a message to them that they have run out of time, and
    shows them their time as it is ticking down.
    Can someone please clarify on the server components
    needed?

    If you want live streaming, authentication, and server side
    application logic, you want FMIS (interactive server).
    The development server has all the features of FMIS enabled
    but a limit of 10 connections. (eula is also different)

  • Updater 2 and Dreamweaver's Cold Fusion development server

    Hello,
    I am in the process of developing a Cold Fusion Web
    application for my university dean's office using...
    <cfobject type="COM" action="create" name="Chart"
    Class="Corda.Embedder">
    ...and I am receiving this error message...
    An exception occurred when instantiating a Com object.
    ...the Corda documentation states the following, and I agree
    with them that this is what I am experiencing and need to do...
    COM Corda Embedder (Windows)
    If you are using ColdFusion MX on Windows, be sure you have
    updated your server to the latest version using the ColdFusion MX
    Updater Release 1. This is available at
    http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenotes_mx_updater.html.
    You will need to apply this update to fix a bug in ColdFusion MX
    that prevents it from accessing Window’s Component Object
    Model (COM).
    Other than that, you don’t need to do anything. The COM
    version of the Corda Embedder is installed automatically for you.
    ...I am running Windows XP Professional 2002 SP2, and the
    Cold Fusion Developer Server THAT COMES WITH Dreamweaver 8.0. The
    Cold Fusion server is an established server running several CF
    applications. The Corda product is also known to be running fine,
    as I am able to view my current projects in a browser.
    Server Details
    Server Product ColdFusion MX
    Version 7,0,0,91690
    Edition Developer
    Serial Number Developer
    Operating System Windows XP
    OS Version 5.1
    1) Am I missing something with instantiating the COM object?
    2) How can I tell if I need the Cold Fusion updater?
    3) Which updater version do I download (1 or 2) and for which
    server (MX, MX7, Special Dreamweaver version)?
    4) Where do I install the updater - since I am running the
    Cold Fusion Developer Server that comes with Dreamweaver, it is not
    located in the default C:\CFusionMX7 directory?
    Thank You Very Much For Your Time,
    Nathan
    Technology Support Analyst, Sr.

    2) How can I tell if I need the Cold Fusion updater?
    Version 7,0,0,91690
    You are on Version 7MX, no updater. After the update you will
    have a
    version something like this.
    Version 7,0,1,xxxx OR Version 7,0,2,xxxx
    3) Which updater version do I download (1 or 2) and for which
    server
    (MX, MX7, Special Dreamweaver version)?
    You need to download and install at least updater 1 for MX 7
    per the COM
    instructions, updater 2 (which by default includes updater 1
    IIRC) could
    be even better, but has a small chance of doing something you
    don't want
    it to. One would have to read all the tech notes and make a
    decision.
    There is no "Special Dreamweaver" version, it is just the
    standard Free
    Development version anybody can download and install. "Serial
    Number
    Developer" And to turn this into a professional version all
    one has to
    do is purchase a license number an enter it into the
    administration
    panel. This converts a developer CF server to a Production CF
    server
    with no other downloading or installing necessary.
    4) Where do I install the updater - since I am running the
    Cold Fusion
    Developer Server that comes with Dreamweaver, it is not
    located in the
    default C:\CFusionMX7 directory?
    Most likely the installer will figure that out. If it does
    not, just
    provide the directory/file path to where your CF is installed
    when asked.
    HTH

Maybe you are looking for