Server side limitations

Hello,
are there any server side limitations from acrobat.com, i
mean regarding the bandwidth etc??

Hi e-spec1,
The commercial edition of Cocomo won't have any account
limits (beyond some sanity limits to make sure you can't impinge on
service quality).
A few notes on this kind of structure, and possibilities :
For your app, your customers will be doing business with you
(obviously), as a "service provider" - your customers will have
accounts with you, not Adobe, and your role will be in consuming
Cocomo services and packaging them up in your app for your
customers. So it's likely (and here, we're stepping into
conjecture, but I'd like to float the idea and see your reaction)
that in this case that you, as the provider of your app, only have
1 account with Adobe, and use that one account to build rooms for
all your various customers. You'd pay (in some way) for utilization
on that account, and pass the costs on in the price of your app to
your customers.
hope that made any sense - again, this is a discussion we're
eager to have with all of you - feedback welcome!
thanks
nigel

Similar Messages

  • Insert data 32K into a column of type LONG using the oracle server side jdbc driver

    Hi,
    I need to insert data of more than 32k into a
    column of type LONG.
    I use the following code:
    String s = "larger then 32K";
    PreparedStatement pstmt = dbcon.prepareStatement(
    "INSERT INTO TEST (LO) VALUES (?)");
    pstmt.setCharacterStream(1, new StringReader(s), s.length());
    pstmt.executeUpdate();
    dbcon.commit();
    If I use the "standard" oracle thin client driver from classes_12.zip ("jdbc:oracle:thin:@kn7:1521:kn7a") every thing is working fine. But if I use the oracle server side jdbc driver ("jdbc:default:connection:") I get the exception java.sql.SQLException:
    Datasize larger then max. datasize for this type: oracle.jdbc.kprb.KprbDBStatement@50f4f46c
    even if the string s exceeds a length of 32767 bytes.
    I'm afraid it has something to do with the 32K limitation in PL/SQL but in fact we do not use any PL/SQL code in this case.
    What can we do? Using LOB's is not an option because we have client software written in 3rd party 4gl language that is unable to handle LOB's.
    Any idea would be appreciated.
    Thomas Stiegler
    null

    In rdbms 8.1.7 "relnotes" folder, there is a "Readme_JDBC.txt" file (on win nt) stating
    Known Problems/Limitations In This Release
    <entries 1 through 3 omiited for brevity >
    4. The Server-side Internal Driver has the following limitation:
    - Data access for LONG and LONG RAW types is limited to 32K of
    data.

  • Server-side includes from a table

    The instructions are very basic and do not include instructions on how to use server-side includes from a table.
    I can find nothing on Google or at Adobe on this subject, not even on the old InterAKT site.
    Has anyone got a demo, tutorial etc. or just some advice please.
    I have created a table in the database, embedded the script in the page but what now?
    I find the server-side includes from a list easy to use but it has limitations that I hope server-side includes from a table will overcome.

    I found the answer, all on my own. Go to http://www.interaktonline.com/Documentation/MXKollection/108000_sever_side_includes.htm
    Its a video demo and all is revealed.

  • Server Side Includes with Server Behaviors

    Is it possible to include pages that have server behaviors attached to them, or are these behaviors limited to pulling in just plain html from the included pages?
    For example, I want two pages, index.php and login.php.
    I want the login.php page to have all of the user login behaviors/links/fields/buttons/etc. and then Include that on the index.php page. Am I supposed to be able to do this using ADDT server side includes?
    I've been successful using server side includes to include static text on a page, but not dynamic content with behaviors attached. I'm not sure if I'm just have a mistake, or if this won't work in the first place.
    thanks!

    Hi,
    this is generally possible, as the included files sure can have their own server hehaviours -- did that several times, where the "container" page had about no server behaviours embedded, but the included file did.
    ADDT´s server side includes will, loosely said, basically just "dynamically" strip the included document´s "head", but leave other components like server behaviours untouched
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • [Announcement: Java server-side web controls] - TICL 1.0 Final Released

    Hello JSP developers,
    We are pleased to announce the immediate availability of TICL (Tag Interface
    Component Library) 1.0 Final Release. TICL is library of server-side user
    interface components accessible through JSP tags. Like a conventional
    desktop toolkit, the components maintain state and manage interaction logic
    with the end-user with little or no assistance from the programmer.
    Read more about TICL at http://www.kobrix.com/ticl/ticlmain.jsp.
    If you are already a TICL user, check out the release notes at
    http://www.kobrix.com/ticl/releasenotes.jsp for the latest changes.
    More info
    One of the major goals of TICL is to bring RAD-like development to the WEB
    platform. Programmers can concentrate on logical functionality and build JSP
    pages by placing TICL components through tags and responding to user events.
    Every component is self-contained and manages interaction with the end-user.
    Visual appearance of components is abstracted into a high-level styles
    framework. In fact, TICL is probably the only server-side Java toolkit that
    rivals Microsoft ASP.NET's web controls.
    The library is tailored more towards WEB application development, rather
    than content only oriented sites. It is designed to quickly build clean,
    robust, well-structured and therefore highly maintainable code. It
    integrates seemlessly into existing JSP applications and it will work on any
    standard compliant JSP 1.1 container (e.g. Tomcat 3.2.1 and above, Resin
    etc.) and with fairly recent versions of the popular browsers.
    Core features are:
    - A powerful and extensible server-side event model. Component-end user
    interaction is encapsulated into a well defined set of server-side events.
    You can of course define event listeners, develop custom events, event
    filters etc.
    - Predefined components like panels, tabbed panels, tree views, DHTML menus,
    table views. Most can perform their interaction with the end-user at the
    browser through DHTML or by making a trip back to server on every user
    action (like expanding a tree node or minimizing a panel) - that is
    components are either "client" or "server" managed.
    - Smart browser handling. A complete framework for dealing with browser
    (user agent) capabilities, including detection of dynamic properties like
    connection speed, screen resolution, available plugins etc.; supporting JSP
    tags; on the fly selection of component rendering based on the current user
    agent.
    - A high-level styles framework for complete customization of the look&feel
    of components. Styles can be organized into themes. An inheritence mechanism
    of style objects provides for a powerful high-level structuring. The
    framework allows for a clean separation between look&feel and functional
    behaviour of GUI elements. No more copy&paste, no more code cluttering with
    tedious, browser-specific HTML details - consistency of look&feel can be
    easily achieved by maintaining a single TICL style sheet, a simple XML file,
    that is applied to all pages in your WEB application.
    - Full encapsulation of HTML forms, including a file upload component,
    augmented with things such as server-side command handlers, labels and DHTML
    tooltips. Form fields are typed, true server-side components. Not limited to
    the standard HTML form fields, they operate on a high level and custom ones
    can be developed and plugged into the framework.
    - A very powerful and easy to use declarative form validation mechanism
    (both client and server-side). You define validation rules and handlers for
    invalid forms in a clean, declarative way. The same rules you define can be
    applied at the client (through automatic generation of the necessary
    JavaScript) or at the server. Special purpose syntax allows you to easily
    handle interdependencies between field values.
    - A Data Objects framework integrated with TICL forms. Allows you to
    manipulate complex aggregate structures and associate them with forms for
    automatic mapping to/from form field values and data object fields (e.g.
    Java beans). A type mapping framework allows you to map any form field type
    to any Java type.
    - An integration module for the popular Struts framework is provided also.
    For example, it is possible to use the powerful TICL form tags with Struts'
    ActionForms.
    TICL is FREE for non-commercial and non-govermental use, and for an
    unlimited evaluation period. It comes with an extensive, over 200 pages,
    Reference Manual. To download it, please goto http://www.kobrix.com and
    select Downloads from the TICL pulldown menu. If you are not already a TICL
    user, you may need to register first.
    We sincerely hope you will enjoy TICL and are looking forward to your
    feedback!
    Best Regards,
    Borislav Iordanov
    [email protected]
    Kobrix Software Inc.
    http://www.kobrix.com

    This looks quite nice. I'm going to evaluate it now, but I wish it was open-source....
    Judging from the release notes, it's been around for a while. Has anybody had any experience with this product? Is it reliable? Does it scale well?

  • HTTP SERVICE - How to get the value of my params on the server side

    I am new to flex and with the url limitation i was trying to
    do the following ....send a bunch of ids... using params variable
    var myservice:HTTPService = new HTTPService();
    myservice.url = url;
    myservice.method = "POST";
    myservice.resultFormat = "e4x";
    myservice.send(params);
    The question is how do i get the value i passed on using
    params on the server side? can the variable params be a string or
    array or does it have to be object type?
    Any help would be greatly appreciated.

    Most server side languages have a function or an array where
    you extract the variables. in PHP they arrive in global arrays
    called $_POST and $_GET.
    Other languages have methods like request.formvars or
    request.query. Check your serverside language on how that is
    done.

  • How can HANA Server Side JavaScript use "Eval" function?

    Hi HANA Experts,
      I use EVAL function to create an object by classname in xsjs file, but it has an Error "Eval is evil". In Client javascript, we can use the Eval function. How can we use "EVAL" function in HANA server side javaScript?  Thanks a lot.

    That looks like the client side JSLint check to me.  Those can be customized or even turned off. If you truly want to use eval.
    >XSJS inherits most of the features of javascript but do not expect all of its features
    Actually that's not exactly accurate.  XSJS is standard ECMA JavaScript (Mozilla SpiderMonkey VM).  It does run in strict mode, however. This isn't a limitation of XSJS but a conscious decision to force the VM into the strict mode - which is really the recommendation for JavaScript anyway.  We also apply JSLint checks as above. Sometimes they are quite restrictive. However they can be customized or even completely turned off at the project level:
    To the point of Eval, there are some excellent articles online.
    http://javascriptweblog.wordpress.com/2010/04/19/how-evil-is-eval/
    coding style - When is JavaScript&amp;#39;s eval() not evil? - Stack Overflow
    JSLint Error Explanations - eval is evil

  • How do I do server side sorting in AD with JDK 1.4.2

    In JDK 1.6, I'm able to use SortControl to sort the results from AD on the server side.
    Here is my code that works for JDK 1.6:
    //Set Search Controls          
         SearchControls searchControls = new SearchControls();
         searchControls.setSearchScope(SearchControls.SUBTREE_SCOPE);
         // Limits the result data for each object
         searchControls.setReturningAttributes(SEARCH_LIST);
            searchControls.setTimeLimit(100000);
         // Setting Sort Controls if sorting was set
         if(sortSearch != null){
             Control[] ctls = new Control[] {new SortControl(new String [] {sortSearch}, Control.CRITICAL)};
             ctx.setRequestControls(ctls);
            //Searching off the base of the tree     
           NamingEnumeration ldapResults = ctx.search("",  filter, searchControls);I want to do the same sorting in JDK 1.4.2
    In that JDK, the SortControl class doesn't exist. Does anyone have a work around for sorting on older JDK versions?
    Thanks

    Thanks adler_steven for the help
    Here is the page where you can download the booster pack jar file
    [http://java.sun.com/products/jndi/downloads/index.html]
    The needed jar file is called ldapbp.jar

  • Font management from the server-side

    In the process of creating Breacrumbs for our website
    redesign, the Graphics Designer would like to use a special fonts.
    We already know that this font will not be installed on most of
    user client-side. She though about creating graphics to represents
    the navigation (breadcrumbs) but I ask myself if we can use the
    Font Management from the Coldfusion Administrator. I have no
    experience with this feature and have not find interesting
    information about it from the web.
    Is it possible to use a font installed on the server-side
    through CSS so the client/web-user will see the text with that
    font?

    You could use WEFT, but it is still limited to certain
    browsers.
    http://www.microsoft.com/typography/web/embedding/weft3/
    Bitstream has something to , but again, is limited
    http://bitstream.com/

  • Coding a simple server side routine to implement a matchmaking system.

    Hi guys, I'm trying to make a simple matchmaking system in which users can do the following:
    - A random user clicks "Play Game", and if another user previously clicked the same "Play Game" button, and he is not currently in a match, they get into a match and start playing versus each other. This is a one versus one game only. For now, no lobby or anything like that is required.
    I explored some options, and I reliazed that my needs could be met with something simpler than what other framworks can offer me.
    I was thinking about coding it with PHP, after all, all I need is a way to manage the states of the players and their farID's. The ingame part of the game is made with NetStream, so far it works, but only if I provde manually their farID's.
    Some time ago IIRC, I saw an example made in Python, but I lost track of it.
    Any help would be much appreciated .

    quote:
    Originally posted by:
    happysailingdude
    Oops, i think i was suffering from a mental block - sorry!
    I now have <cfif IsDefined("form.emailAddress") AND
    form.emailAddress CONTAINS "@">
    Natutally I am mindful that one @ symbol does not make an
    email address, but it's better than nothing
    None the less I guess this sort of thing is something lots of
    new programmers must come up against, does anyone want to make any
    comments regarding best practice for simple form validation?
    Don't overdo the cfif isDefined stuff. Once you have
    established that you have received the form, all your text boxes,
    textareas, selects, and hidden fields will be defined. If you
    pre-checked your radio buttons, they will always be defined. The
    only form fields that might not be are check boxes.
    Best practices for anything are a matter of opinion. This
    includes form validation. Cold Fusion offers some easy ways to do
    this. cfform/cfinput is easy and effective, but limited to a
    certain extent. If you want to add more client side validation, you
    have to learn javascript. For server side, they offer a hidden
    field way of doing things, or if you give your field the right
    name, validation just happens. It is easy to code, but the results
    are ugly.

  • FMS 3.5 - How to use remoting Server Side

    I am very interested in using Remoting in order to connect to a Drupal AMFPHP service module.  On the client side this is easily done and I have had limited success on the Server side, but a good guide on how to do this properly and be able to get the data being returned would be great.
    Thanks,
    Chris
    ChrisMcIntoshDesigns.com

    I don't know if Drupal's AMFPHP implementation is any different than a straight install of AMFPHP, but this article should help to get you started:
    http://www.sephiroth.it/tutorials/flashPHP/flashcomm_AMFPHP/index.php

  • Server Bandwidth Limitations

    My company is about to launch an online teaching product allowing users to use a webcam to record themselves giving a presentation.  That presentation can then be submitted to a supervisor to review and comment on.  While making their recordings, users can record multiple attempts and review each immediately after stopping the recording.  All of this is being done with a browser based Flash application connecting to an instance of FMS 3.5.
    All of this is working well.  However, we recently found out that due to some of our other products, we are getting hammered with fees based on the amount of bandwidth we are using in our data center.  We have made some alterations to curtail these problems, but we are concerned that this new product is going to push us over the edge again.  Our original plan was to keep the video stream right around 115 kbps, a relatively low data rate.  But when thinking about the expected concurrent users, the bandwidth starts to stack up and really spike.
    So we are now looking for ways to limit the bandwidth that this new product will use.  One idea was to figure out how to record the video locally when users where recording their test presentations.  I thought that was now possible, but apparently that is not yet the case with the Flash Player.
    Another idea was to limit the bandwidth that is allocated to each user that connects to our FMS.  We are hoping to address the spiking issue with this limitation.  I am, however, concerned about what will happen to a video stream that is getting squeezed on the server site.  I know when users have limited bandwidth, video files that are published to the FMS are compromised (poor quality).  But what happens when the bandwidth is limited on the server side?  Do the same things happen to the published video file?  Or can the server somehow queue up the data coming in and deal with it in full when it finally gets to it.  My guess is that this is not the case, but was curious what others though.
    If you have any other ideas on how to work around our bandwidth issues, I'd be more than happy to hear your thoughts.
    Thanks!

    Are you presentations only Video/Audio? If yes, then you can use FMLE to record Video/Audio locally using "Save to File" option of FMLE. User can they play it back using any playback client to check whether he is happy with the presentation. Once he is final on his presentation, he can upload it to server ( you will have to figure this out , how do you want to upload, ask user to ftp or use some other mechanism - that out of FMS anyways)
    If you want to try out FMLE , you can get it here: http://www.adobe.com/products/flashmediaserver/flashmediaencoder/

  • HI,Why every five minutes, the server - side NetStream.publish failure

    RTMP spread to the FMS, and then create netGroup and NetStream objects on the server side, then the NetStream.publish (), the beginning of everything is normal, but after five minutes, very strange happens to be five minutes, the client node receives less thanstream had, and I monitor the status of this server-side NetStream no change is to publish the start, why the five minutes it will automatically stop publishing flow RTMP stream has been no problem in the transmission

    i assume, from your post, that you are using FMS and are publishing a multicast stream.
    if you are using the "Flash Media Development Server", prior to release 4.5, multicast streams time out after about 10 minutes.  as of release 4.5, multicast streams time out after about 30 minutes.  to see this and other limits of the Development Server, see:
       http://www.adobe.com/products/flashmediaserver/helpmechoose.html
    if that is not the problem, then if you are writing your own server-side scripts, perhaps you are not anchoring a NetStream, Stream, or NetConnection object properly and it is being destroyed by the garbage collector.
    if you need more help with Flash Media Server, you should direct your questions to the Flash Media Server forums. the Codename Cirrus service is not based on FMS.

  • Error while saving a workflow via sharepoint designer: Server-side activities have been updated. You need to restart SharePoint Designer to use the updated version of activities.

    While saving a workflow using SharePoint designer on a SharePoint site, I get the following error: 
    Server-side activities have been updated. You need to restart SharePoint Designer to use the updated version of activities.
    Steps to recreate error:
    Login to the WFE server hosting IIS and workflow manager, open SharePoint Designer 2013 and login to a SharePoint site.
    Access the list using SharePoint Designer 2013, in the workflow section, click new workflow. 
    In the new workflow dialog, enter workflow details, click save (see screenshot below).
    Error message is displayed as below:
    After restarting SharePoint Designer, the saved workflow is not seen in the site/workflows or list/workflow section.
    Workaround
    When the above steps are repeated while accessing the site via SPD from any other box besides the WFE/Workflow manager host server, the error is not encountered and its possible to save/publish workflows.
    Notes
    Workflow Manager 1.0 is installed.
    The site has been registered with Workflow manager using Register-SPWorkflowService
    cmdlet.
    Any clue on why is this happening?

    Hi Vivek,
    Please close your SharePoint Designer application, clear/delete the cached files and folders under the following directories from your server installed SharePoint Designer, then check results again.
    <user profile>\appdata\roaming\microsoft\SharePoint Designer\ProxyAssemblyCache
    <user profile>\appdata\local\microsoft\websitecache\<sitename>
    http://www.andreasthumfart.com/2013/08/sharepoint-designer-2013-server-side-activities-have-been-updated/
    Thanks
    We are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How could I clear all my data(bookmarks) on Mozilla server side in new version of Sync (Firefox Account)?)

    Problem is the same as https://support.mozilla.org/en-US/questions/1000745?esab=a&as=aaq
    Also, there was no solution has been given in discussion.
    So, problem that noone could delete all data which have been synced with new Firefox account services.
    I've disconnected all my devices from previous (old) firefox sync system (which worked perfectly on several devices), after that i gone on link https://account.services.mozilla.com/ and deleted all my sensitive data.
    After I've created firefox account in new firefox sync system ( https://accounts.firefox.com ), and all my data (bookmarks exactly) now present in browser twice.

    I have a problem with over 12,000 unwanted bookmarks in my 4 PCs (all standard Mozilla bookmarks that have been replicated). So if I would like to purge my server side data. If I do this by deleting my Sync account can I re-use my same email address to re-open a "new" Sync account?

Maybe you are looking for

  • Incremental back ups to external hard drive and importing to new computer

    I need some clarification on precisely how to back up additional pictures on a PC to an external hard drive to keep all the pictures in the same catalog and folder structure.I have exported my existing catalog (exporting the negative files and includ

  • How to use two ipods on the same computer

    I have one laptop with four user accounts.  Until now we've had only one ipod that synchs with the iTunes library in Dad's account.  Now daughter has an iPod, but want to use access the same music and playlists as Dad uses, at least for now.  Do we s

  • CCME 4.0 matches number too early!

    Hello, once again I have a problem with my CCME 4.0. It happens quite frequently that someone from the outside calls a extension within our organisation. But the CCME bagins matching too early, before all digits are received. One or sometimes even tw

  • I can not open Iphoto, my library crashed!!!

    I can not open Iphoto, my library seens to be curruted. I tried to use option command function but nothing happens. I just can see that it is trying to update the software, step 1 of 11. Please can someone help me?

  • Lenovo Solucion Center - Prueba de conexion local = Aviso

    Hola comunidad de Lenovo, soy nuevo escribiendo aqui . Mi consulta es debido a que suelo hacer analisis del hardware de mi laptop Lenovo Ideapad s410p, y veo que me resulta uno anotacion de "AVISO" en la seccion de Prueba de conexion local. Mi conexi