CF8 Standard w/Apache Guidelines?

Web Server: Apache 2.2
CPU(s): Intel(R) Xeon(R) CPU, 5160  @ 3.00GHz, 2 core
Memory: 4G
Operating System: SUSE Linux Enterprise Server 10 (i586), VERSION = 10, PATCHLEVEL = 2
Application Server: Cold Fusion 8 Standard
Database Server: postgresql CPU(s):Dual Core AMD Opteron(tm) Processor 275,
Memory: 2G
Operating System: SUSE LINUX Enterprise Server 9 (x86_64), VERSION = 9, PATCHLEVEL = 3
Database Version:8.3.5
For 99% percent of the time we have a pretty light load with 1500 hits a day mostly info pieces and some light e-commerce to register for classes. On registration days we get annihilated jumping from 100 connections to 800 right when we open.
We have used jmeter to try and gauge exactly what our one server is capable of handling. And I guess we still really do not know. I have noticed that if we sustain anything over 700 apache connects JRUN will throw errors. This seems to be by a design limit and happens automatically regardless of the pages involved. We have used seefusion to make sure none of our pages are hanging the server. Nothing is excessive though very little bit helps.
Can anyone suggest some general guidelines as to how many apache connections we should allow and what cf8 standard should be able to handle. The registration process is db intensive requiring many calls per page to maintain session etc. We have to do this to maintain compatibility with our internal system.
I believe we are hoping to be able to accomodate 1,000 users at peak. Is this something we can do with cf 8 standard on a single box?

GoTimbers wrote:
I believe we are hoping to be able to accomodate 1,000 users at peak. Is this something we can do with cf 8 standard on a single box?
Is it possible to accommodate 1,000 users with ColdFusion 8 standard?  Yes it is possible, if the application is developed with this load in mind.  Will CF8 magically accommodate 1,000 users no matter what, NO!  No application server could.
Unfortunately there is no general answer, because EVERY application and server is different.  Why do yo have to have so many database calls?  What can you do to unload that to the database with procedures and packages?  What can you do to cache content?  What can be streamlined?  What can be trimmed?  What can be reused?
None of those answers are magic or automatic!  The system and application have to be looked at systematically and anaylized and tuned.

Similar Messages

  • Install cf8 standard edition with remote apache?

    I am interested in installing cf8 standard edition on a stand
    alone server on a windows (win2003 standard 64 bit) box. An Apache
    web server (centOS 5) and a mysql will be another two separate
    servers.
    So, I am wondering if this infrastructure is OK? I never
    tried them like this. I'd appreciate if anybody may share practical
    experience. Thanks.

    Have you had any luck with this? I'm pursuing a similar
    configuration. It should be pretty straight forward since this is a
    pretty normal set up, but the doc is limited.
    It doesn't help that the connector for Apache seems to be
    buried in the Linux install, which doesn't help when CF server was
    installed on a Windows box. Am I missing something?

  • R2 required for CF8 Standard?

    If I have Windows 2003 Server with service pack 1, and I want
    to install CF8 Standard, do I have to add the R2 package to the
    Windows Server 2003?

    According to the system requirements, Yes, you do.
    http://www.adobe.com/products/coldfusion/systemreqs/

  • CF8 Standard on Linux 64bit?

    Hi all,
    I tried to install CF8 64bit on a 64bit Linux machine and it automatically got reverted to a developer version as our license key is for a standard version and not for an enterprise version, ok so far so good. I went back and installed the 32bit version on the machine and entered the code, seems to work fine BUT: I have CF running behind an Apache web server and I configured the Apache connector to be able to access the CF Admin via a regular URL, eg. http://dev.company.com/CFIDE/administrator instead using the port (eg. http://dev.company.com:8500/CFIDE/administrator) on which CF is running. CF told me, that it won't work with an Apache 64bit. I must say I'm little bit confused. Some questions on that:
    - Is it correct, I need an enterprise license to run CF8 64bit?
    - Can I install and run my standard license somehow on the 64bit machine?
    - Does CF9 help me in this case by being 64bit capable in the standard edition?
    - Or at least can I install CF9 in a 64bit environment?
    Thank you very much for any advice, cheers
    Peter

    > 716604
    >
    > also check
    >
    > http://java.sun.com/j2se/1.4.2/SAPsite/download.html
    Unfortunately this is wrong.
    On Linux x86_64 the IBM JDK is used.
    Note 1172419 - Linux: Supported Java versions on the x86_64 platform
    Markus

  • Standard Edition / Apache Server

    Since there exists absolutely no information that I can
    find... including in the manual that came with SE, I need to know
    is SE only installable as a stand alone version, which Adobe
    recomends you don't run as a production server, and which during
    the install of developer, the directions state that is the only way
    you can run it.
    I am on a MAC with Apache and MySQL set up and want to
    develope Flex CF projects that I will deploy to a production server
    Linux RH with CF-SE, Apache, MySQL. How can I connect my Developer
    Edition so I can see my Database, I see nothing and Help has no
    reference to this at all.
    I installed using the Stand Alone because as I mentioned
    above the directions stated that the SE can only run in that
    configuration ... did I jump the gun buying SE or is there a
    tutorial (since it's not in the manual) how I can get my CF install
    to see my database and webserver (MAC Platform - Apache MySQL)
    Thanks, I hope the answer does not have me posting a for sale
    ad on Ebay.

    whiterrabbit wrote:
    > "It is important to note that if you are installing the
    SE version, you will
    > only have the server configuration available to you."
    The server configuration
    > being the self contained server.
    >
    > I feel like Adobe could have told me this before I
    requested my company
    > purchase the dang software, now I have to explain that
    this software which we
    > plan to run our job tracking application is not intended
    for production use.
    > This is the type of thing they should include in the
    Edition Comparison, I am
    > going to see if I can return this software!
    It is intended for production use. If you have paid for a
    legitimate
    license, you have bought a production server. Adobe does not
    sell a
    ColdFusion product that is not for production.
    I think you are misunderstanding the idea of 'self
    contained'. There
    are two major flavors of ColdFusion, with a couple so
    variations on the
    second flavor. Standard which is a self contained version.
    With this
    version the JRUN Java server that ColdFusion runs on top of
    is contained
    within ColdFusion. As such it is not available to run other
    JAVA, J2EE,
    JSP type applications. It is 100% dedicated to ColdFusion.
    With the Enterprise server. JRUN is not contained with-in
    ColdFusion.
    It is installed independently and ColdFusion is installed
    under the JRUN
    server in one of three ways. Stand-alone, multi-home or J2EE
    war. In
    this configuration the JRUN is fully available as a Java
    server and can
    have any other Java, J2EE, JSP applications installed in it.
    I can not speak to your mySQL issue. I have never made use of
    that product.

  • CF8 Standard Hangs

    Recently upgraded to CF8 on 6 of our servers. Our software
    vendor recommended we go with coldfusion standard edition. We have
    550 concurrent connections, with the users browsing pages and
    generating PDF Quotes. Every couple of days coldfusion locks up and
    we have to restart the Coldfusion server. I have to report to my
    boss if upgrading to enterprise will correct the problem. Only the
    18k we are going to spend in upgrading doesn't warrant any help
    from Adobe they want me to pay $400.00 so an engineer can tell me
    we need to spend another 18k. So I'm hoping someone else has
    experienced a similar problem, or can point me in the right
    direction where I can prove to my boss that the single threading of
    CF8 cfdocument tag is causing the server to lock up.

    Since standard does not have the built in monitor, one or
    both of the
    third party tools, (SeeFusion and FusionReactor) provide
    great
    monitoring features that can point out bottle necks and poor
    preforming
    code. They would show the threads piling up behind this
    single thread
    point, if that is what is happening.
    They both have trials as well as very low costs so that would
    be my
    first sugestion.

  • Moving CF8 Standard Server License

    Hi all,
    I'm really nervous about this, because this is a production server.  I'm wanting to know if there are problems or issues that I should be aware of.
    Current Server:
    Windows 2003 Standard 32-bit
    Coldfusion 8.01 32-bit standard
    1 or 2 proc license
    New Server (presently running in 30 day trial mode)
    Windows 2008 R2 SP1 64 bit Standard
    Coldfusion 8.01 32-bit standard
    1 or 2 proc license
    Everything is working on the new server, sites are operating normally.
    Is it really as simple as?
    - copying the text string license number
    - stopping CF8 on the old server
    - pasting the text string license number inside CF Admin on the new server
    - restarting CF8 on the new server
    What am I missing?  Will this same license work on 32-bit CF8 in a 64 bit environment (Windows)?
    TIA,
    Mark

    Nope, it's even easier than that - put the key into the new server now and it'll just work. Only thing you'll get is the occasional info message in the server.log saying "oh hello, someone on the network is using my key", at which point you just carry on with your life.
    Not even any need to restart CF8 I don't think, CFAdmin will just apply it for you. I used our key on countless servers once when I was playing around with different versions of Windows for our devserver, nothing will shut down, Adobe will not come knocking at your door. If it's a genuine swapover and you have enough licences for the servers you're using, I'd sleep well at night.

  • CF8 Standard and Oracle

    I recently had a server die that was running an old old cf4.5
    enterprise with oracle. I just purchased the coldfusion 8 standard
    (no $ for enterprise right now) and I need to connect to the oracle
    database. Is there any instructions on doing this?
    please help
    Corey

    ccwebman wrote:
    > so i found this article:
    >
    >
    >
    http://www.coldfusionusers.com/blog/index.php/2006/09/04/configuring-oracle-for-
    > coldfusion-mx-standard/
    >
    > I downloaded the classes12.zip file with all the JDBC
    files in it and now I
    > dont know what to do with it.
    >
    > there is no classes12.jar file in the zip. only class
    files
    >
    > Where should I put them or did I download the wrong
    thing?
    >
    > thanks
    >
    I do not remember of the class file is all you need? I know
    when I
    needed the JDBC Thin Client, I always just got it from the
    download
    section of Oracle's website [
    http://download.oracle.com/
    (free sign-up
    required to get in) and|or the installation media from our
    Oracle databases.

  • Difference btw cf8 standard and enterprise

    hi,
    i've downloaded the pdf from adobe website stating the
    difference btw standard and enterprise edition. But i'm quite
    puzzled on this:
    Enterprise feature that runs through the Enterprise Feature
    Router (EFR). These features will run in the Standard
    Edition. However, all features running through the EFR will
    be limited to one shared simultaneous request.
    What is EFR? And does it mean that for standard edition, all
    the tags fucntion remains the same except that it only allow 1
    request of such tag at 1 time?

    "What is EFR? And does it mean that for standard edition, all
    the tags
    fucntion remains the same except that it only allow 1 request
    of such
    tag at 1 time?"
    For the effected functionality. This does not apply to all
    Standard
    Functions, just new Standard Functions that previously where
    Enterprise
    only such as gateways. Standard not has gateways, but only
    one at a
    time. I believe the same applies to some of the advanced PDF
    functionality and similar features.

  • DBA Tasks - Industry standard guidelines

    Hey :
    As a DBA what are the recommended tasks that we should be doing regularly?
    - Daily tasks
    - Weekly tasks
    - Sanitary checks frequency
    - Must have documented reports
    - What else??
    I am looking at putting a system in place for the team. Any industry standard reference and guidelines would be good starting point for me.

    Hi,
    Any industry standard reference and guidelines would be good starting point for me. Everybody has a differing idea of the DBA job role. I've been a DBA for 25 years, and I would say the main duties include:
    Install, patch and maintain all Oracle software
    Tune all Oracle instance components including SQL and PL/SQL
    Approve all production schema changes
    Approve changes to database design
    Control all migrations of Oracle schema objects
    Design and implement a backup & recovery system
    Implement Oracle failover technology
    In addition, in some shops the DBA's take-on responsibility for a whole new set of Oracle DBA tasks:
    Data modeling and Oracle database design
    Data interface protocols
    Managing data security
    Managing development projects
    Predicting future Oracle trends for hardware usage and user load
    I have more notes here:
    http://www.dba-oracle.com/t_job_duties.htm

  • Coldfusion 8 /Apache Connector Bug??????

    I have wasted almost 3 weeks now on this problem. It will
    cost us $500 to get a answer if this is a bug on Coldfusion 8.
    Almost ready to jump this ship and go to the Open source camp!
    Install went fine.
    Running Red Hat 4AES
    Apache 2.0
    ColdFusion 8
    I rebuilt the connector about 10 times now....using
    the following document
    http://kb.adobe.com/selfservice/viewContent.do?externalId=121a0b29&sliceId=2
    when I try to start Coldfusion I get the following error....
    The ColdFusion 8 server is starting up and will be available
    shortly.
    ======================================================================
    Running the ColdFusion 8 connector wizard
    ======================================================================
    Configuring the web server connector (Launched on the first
    run of the ColdFusion 8 start script)
    Running apache connector wizard...
    =======================================
    There was an error while running the connector wizard
    Connector installation was not successful
    =======================================
    ======================================================================
    ColdFusion 8 has been started.
    ColdFusion 8 will write logs to
    /usr/coldfusion8/logs/cfserver.log

    Could use similar assistance with our CF8 Standard upgrade.
    I have spent a week trying to upgrade our dedicated server
    from CFMX7 to CF8 with no success. I submitted an Adobe support
    request ticket (Case #0180044098) about five days ago, but am still
    waiting for them to help me resolve the problem. Thought I would
    post this in case someone can offer assistance while I am waiting
    for the Adobe school solution.
    Our server configuration is as follows:
    -- LINUX version: REDHAT Enterprise 4 i686 on standard - WHM
    X v3.1.0
    -- Apache version: 2.0.63
    -- MySQL version: 5.0.45-community
    -- PHP version: 5.2.5
    -- WebHost Manager: version 11.15.0
    -- cPanel Version: 11.18.1-RELEASE, cPanel Build: 20683
    Here is what I have done most recently:
    (1) Uninstalled CF8 (for about the fourth time).
    (2) Deleted /opt/coldfusionmx7 and /opt/coldfusion8
    directories.
    (3) Restarted Apache, ensured the httpd-devel version of
    Apache was installed.
    (4) Reinstalled CF8 (for about the 5th time); it is running
    and appears to have installed successfully (except for Apache
    connectors).
    (5) Modified
    /opt/coldfusion8/bin/connectors/apache_connector.sh as follows:
    ../../runtime/bin/wsconfig \
    -server coldfusion \
    -ws apache \
    -dir /etc/httpd/conf \
    -bin /usr/local/apache/bin/httpd \
    -script /usr/local/apache/bin/apachectl \
    -coldfusion
    (6) Ran ./wsconfig -uninstall to remove old/incorrect
    connectors.
    (7) Ran ./wsconfig per the information below which indicated
    that JRun Apache connector install was successful.
    Here are the results of running the ./wsconfig ...
    [root@_______ bin]# ./wsconfig -uninstall
    [Wed Mar 05 01:15:06 2008] [warn] NameVirtualHost *:80 has no
    VirtualHosts
    Restarted Apache server
    The Apache connector was removed from /etc/httpd/conf
    [root@_______ bin]# ./wsconfig -server coldfusion -ws Apache
    -dir /etc/httpd/conf -bin /usr/local/apache/bin/httpd -script
    /usr/local/apache/bin/apachectl -coldfusion -v
    Found JRun server coldfusion at 127.0.0.1:2930
    Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
    Using Apache binary /usr/local/apache/bin/httpd
    Using resource gcc3/mod_jrun20.so.20020903
    Server version: Apache/2.0.63
    Using Apache control script /usr/local/apache/bin/apachectl
    Parsing Apache configuration file /etc/httpd/conf/httpd.conf
    Exec'ing chmod 777 /opt/coldfusion8/runtime/lib/wsconfig/1
    Set permission to 777 on
    /opt/coldfusion8/runtime/lib/wsconfig/1
    Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
    Using resource gcc3/mod_jrun20.so.20020903
    Server version: Apache/2.0.63
    Exec'ing chmod +x
    /opt/coldfusion8/runtime/lib/wsconfig/1/mod_jrun20.so
    Set permission to execute on
    /opt/coldfusion8/runtime/lib/wsconfig/1/mod_jrun20.so
    Created file
    /opt/coldfusion8/runtime/lib/wsconfig/1/mod_jrun20.so
    Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
    Using resource gcc3/mod_jrun20.so.20020903
    Server version: Apache/2.0.63
    Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
    Using resource gcc3/mod_jrun20.so.20020903
    Server version: Apache/2.0.63
    Wrote file /etc/httpd/conf/httpd.conf
    Added JRun configuration to Apache configuration file
    /etc/httpd/conf/httpd.conf
    Created file
    /opt/coldfusion8/runtime/lib/wsconfig/1/README.txt
    Wrote file
    /opt/coldfusion8/runtime/lib/wsconfig/wsconfig.properties
    Exec'ing /usr/local/apache/bin/apachectl restart
    [Wed Mar 05 01:21:18 2008] [warn] NameVirtualHost *:80 has no
    VirtualHosts
    Restarted Apache server
    The Apache connector was installed to /etc/httpd/conf
    [root@_______ bin]#
    Although everything appears to have installed correctly, our
    server and website will still not recognize or process .cfm files.
    So I am still unable to even access CF8 Administrator and our site
    will not process Coldfusion files, just asks me, "Do you want to
    save this file, or find a program online to open it?"
    Never had any problems with CFMX7 install or operation, so
    this is most disconcerting.
    I am not a happy camper.
    Any suggestions while I am waiting for my Adobe customer
    support ticket to be answered will be most appreciated.
    Thanks.

  • Vspider spidering problem apache 2.2

    Started out running CF8 Developer on XP with Apache 2.2.
    Trying to vspider
    http://bwbglocal/. Of course vspider
    doesn't recognize bwbglocal as a localhost. So put in my CF8
    Standard serial number, kicked over both CF8 and Apache, but I am
    still getting the Not licensed for remote spidering error. Anyone
    have any ideas what is going on?

    Please tell us how you solved it
    /Rassol

  • HELP - CF8 administrator not loading

    We recently  downloaded and installed the trial version of CF8 becuase of issues we were having withour website. it appeared that was going to be the fix so we purchased the software. (CF8 Standard). I got the license and wanted to apply it but I couldn't get into the administrator program. I was told that it could not be applied to the trial version and I would need to uninstall and reinstall from the download. so I did. when I went to install the software it asks for the old serial number. which I don't have one. the screen gives another option to choose Devolper. I chose that and entered the serial number. I went through thte install with no errors and clicked finish with the check to open the administrator. well no matter what I try I cannot open it. I've tried the port 8500, localhost, 127.0.0.1, you name it. the message is that the page cannot be displayed with a 400.  I called customer support and they said it was technical but tech support isn't helping me. I found several articles pertaining to the same thing but none worked for me.
    I really need to get this going since our website is not working becuase of it. any help would be apprciated.
    Thanks

    @Techy_20, are you sure CF is indeed up and running? You could have JRun start but the CF web app (within it) not running. You can't rely solely on seeing the jrun process running or not. Also, have you looked at the logs (both cf/logs and cf/runtime/logs) to see what they may report?
    You say that the Admin is not "loading". Well, the admin can be started a couple of ways, either using your external web server (IIS, Apache, etc.) or via CF's internal web server. That is a choice on installation (or that can be changed later using the web server configuration tool). Do you recall what choice you made on install?  And since this is on Windows, and CF8 Standard, are you on the box where CF is installed? If so, use start>programs>adobe>coldfusion 8. Do you see the Administrator choice? What happens when you choose that? And if you're not on the box (or want to open the admin remotely), still, try that first (on the box). What happens then? You may learn a lot from trying that, before trying to access it remotely.
    Let us know if any of that helps.
    /charlie

  • FileNotFound exception when trying to overwrite or delete an image in CF8. Why?

    I have CF8 Standard Edition installed in my server and when I try to use CFIMAGE to overwrite the uploaded file with a resized one, or to write an image previously resized with ImageResize or ImageScaleToFit, I get an internal server error caused by a java.io.FileNotFoundException with some images, many in fact. In other words, the error happens because the system cannot find the file to overwrite.
    Apparently the process jrun.exe maintains the original image blocked in such a way that even rejects a file name change. I used the same CF version in an older server and everything run smoothly, but when I had to change the server and migrate my websites I found this problem. The server is IIS7 on a Windows Server 2008 OS. Of couse any CMS without a proper image management is unuseful, so that is a critical issue for me.
    Can somebody help me?

    I have read the thread http://forums.adobe.com/message/844356#844356 and saw that the problem I had is due to a bug. Then ksmith posted: Try  Patch for CFImage and Image functions in ColdFusion 8.0.1 (kb403411). And the patch works! wonderful! Problem solved!
    Thank you very much for your fix.

  • PDF Printing  APEX 3.2.1  (APACHE FOP) which OC4J version  for Oracle 11g?

    I am using APEX 3.2.1 on Oracle 11.g (under windows XP)
    I want to test PDF printing (in advanced turorial) with standard config ( APACHE FOP no Oracle BI publisher).
    When I look oracle doc : http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html)
    prerequisites for installing WAR file (Installing and Configuring Apache FOP) imply downlad for Oracle Containers for J2EE (10.1.3.2) ,
    once there : http://www.oracle.com/technology/software/products/ias/htdocs/utilsoft.html)
    the accessed page seems restricted to Oracle Application Server 10g Software Downloads.
    My question : is the last Version (10.1.3.5.0 : Oracle Containers for J2EE 10g (OC4J) (build #090727, 91 MB) - J2EE 1.4 compatible with EJB 3.0 / JPA 1.0 support ) also VALID for Oracle 11g ?

    I just installed a similar setup with the following software combination and it works.
    win32_11gR1_database.zip
    oc4j_extended_101350.zip
    jdk-1_5_0_22-windows-i586-p.exe

Maybe you are looking for

  • Early watch alert task not created in SDCCN in satellite system

    Hello Everyone, I am trying to configure EWA in solution manger 7.0 ehp1. I have added the system in SMSY, created RFC SM_SIDCLNTXXX_READ and SM_SIDCLNTXXX_TRUSTED in solution manger and also created RFC SM_SIDCLNTXXX_TRUSTED and SM_SIDCLNTXXX_BACK i

  • Issuing consignment stock for sub contracting against outbound delivery wm

    HI I have a outbound delivery created against subcontracting PO for issuing the components, i have stock determination turned ON so during picking against the outbound delivery i am able to pick K stock and own stock too(based on availability) but wh

  • What are message tables and their role?How to create and access them ?

    hi, Can any body clarify me about What are messaging tables and their role(use) in DataBase?How to create and access them ? Thanks in advance Gopi

  • Freezing while opening Indesign CS5.5 files

    I'm having difficulty opening CS5.5 files. I designed them in CS3. Then I got CS5.5 and opened them in that and saved them. Every time I try to reopen them they freeze up. More specifically, if I double click a CS5.5 Indesign file, it freezes up EVER

  • Line break for code postings

    Hi there, normally the forum software does insert automatically a line break for text posting. If i write a code posting with the {code} parameter, it does not do like that. Sometimes the posts runs out of the displayed field. It is a bug or wanted ?