Limit to Number of Connections in an AIR Application?

Is there a limit to the number of simultaneous connections in an AIR application?  I use URLLoader to make connections to a server.  If more than 2 connections are opened the rest get "Error #2032: Stream Error.".  Where is the limit and how do I change it?

Just encountered a DPS article which we're planning to be the main navigation of the folio and, in order to create the interactivity, it looks like the correct way to have it work is an MSO with a large number of states.
We've started with one MSO with five states, and tried to have buttons within each state load a state in another MSO which would contain buttons to nav to the article in question - which isn't going to work.
So we could have a state in the main MSO with buttons that go to anothe state within the main MSO with a button that describes the link and takes you to the article in question.
The problem will be that if the original five states had say 10 buttons then we're up for 55 states in the resultant MSO - Are you with me so far?
The elements with the MSO will only be text boxes, but they'll be rasterised so will this cause problems in performance on iPad 1 viewers? Does anyone have a good general rule of thumb for the number of states which is going to start causing problems?
I know it's a bit of an open-ended question, but it's a fair chunk of work to create the MSO with buttons only to find it doesn't work.
Thanks in advance,
Simon.

Similar Messages

  • How to limit the number of connection to BI Publisher ?

    Hi,
    My Customer wants to limit the number of users
    that can concurrently view BI Publisher reports,
    but they don't want to restrict access to BIEE.
    Is it possible to meet this requirement?
    Thank is advance for any explanation.
    Regards,
    Toshihiko

    Hi.. Toshihiko
    Login to Answers,
    Go to Settings > Administration > Manage Privileges
    Now go to Oracle BI Publisher Enterprise Section..
    Under this you found View BI Publisher Reports
    Here you can give permissions to Users & Groups
    Thanks to my colleague Naresh about this...
    Thanks & Regards
    Kishore Guggilla

  • Is it possible to limit the number of remote panel connections to a vi?

    Hello,
    I have an application running on a RT PXI and I'm using remote panel to access it. My licence allows me to have multiple remote connections and it's ok as I sometimes need to open multiple remote panels at the same time.  However, I would like to limit the number of connections to 1 for a particular  VI.  Is it something that can be done?
    Regards,
    Patrick Lessnick 
    Solved!
    Go to Solution.

    Patrick:  If you right click on your target PXI system in the project exporer, select Properties>Web Server>Browser Access you can select who you let have access to your VIs.   Likewise, in the Visible VIs section of Web Services you can limit which of your VIs you want people to be able to see.
    If this isn't enough control, from your run time application on the PXI system you can write a startup VI (in parallel with your main application) to monitor the Remote Panel: Connections to Clients Property of the real time server.  Once this monitor application sees a connection you can take any number of actions to prevent more than one connection, deny access to specific IP ranges or what have you.
    I am assuming you are using LabVIEW 2009 and MAX 4.6.1 but it may apply to earlier editions.
    Hope this helps.
    Bill

  • Can I limit number of connections to an application?

    I want to set up a stream targeted an an audience on a single computer in Samoa.  Plan to build my web application to limit who has access by IP address but I'd also like to limit the number of streams on this custom application to just 1 connection.  I can see xml tags in application.xml that support bandwidth caps but I must be missing the obvious way to cap the number of streams.
    Thanks in Advance!

    Are you just trying to query that information?
    --display application appname users_connected ;--
    Whoops, wrong code.
    display application appname ;
    ^^^ Bummer, I see your problem. There are lots of columns coming out of that. I think you'd have to pipe it to a log file (having set the columns really wide), read the log file, strip out the users_connected column, and go from there.
    You could use the shell command in MaxL to go out to Perl/Grep/VBScript/whatever to go do this, set an environment varibale, and come back into MaxL (assuming that's what you want to do). Other wise just run a simple MaxL to get that number and go.
    Regards,
    Cameron
    Edited by: CL on Aug 24, 2010 11:31 AM
    Edited because I can't be bothered to read the question the first time.

  • Number of connection allowed in the free developer ediiton of Flash Media Server

    Hi
    I would like to know the number of connection allowed in the free developer ediiton of Flash Media Server
    Regards
    Sunny

    Hi,
    When we say we limit the number of connections to 10 in Flash Media Development Server, we mean that we allow 10 successful connections and reject 11th connection onwards. So at anypoint of time your server can have only 10 active connections. When there are 10 active connections and a 11th client tries to connect to the server, the connection is rejected with reason "NetConnection.Connect.Rejected - [ License.Limit.Exceeded ] : (_defaultRoot_, _defaultVHost_) : Max connections allowed exceeds license limit. " and these details are logged at the server side core.log too
    Regards,
    Janaki L

  • Limit the number of concurrent users

    Is it possible to limit the number of concurrent users for the application in Websphere or at the http management level?

    You don't say what version of Websphere you are using, but here's how you might limit the number of sessions in Websphere 4.0 Advanced Edition (other versions may differ):
    Open the Administrative Console. Go down the tree to Nodes, Application Servers and click on the server you want to control (likely Default Server). In the right panel, click on the Services tab. In that panel, click on the Session Manager Service and click the Properties button. That pops up a new dialog.
    Select the Advanced tab here. Put a number in the Maximum in-memory Session Count field and uncheck the Allow Overflow checkbox. Click OK, etc, etc, and you'll probably have to restart Websphere.
    I said "might" because I don't know if this will do what you want or not. Read the help file associated with that dialog and judge for yourself.

  • Limit the number of threads

    Hello,
    I am developing an application which has to execute untrusted Java source code. The Java security manager is helpful in preventing unauthorized network and local file system access, but as far as I can tell, it can not limit the number of threads created by the untrusted application.
    How would I limit the number of threads an untrusted Java application is allowed to create?
    Jure
    Edited by: zbontarj on Feb 16, 2009 9:46 AM

    zbontarj wrote:
    Create a custom ThreadGroup will allows only a limited number of threadsI can't see any methods in ThreadGroup that limit the number of threads. There is a method that returns the number of active threads in the group, but that doesn't help me out much.ThreadGroup is not designed for easy extensibility.
    You can either take a copy and modify it to take a thread limit. (You can override the default implementation by using -Xbootclasspath/p:path or adding a jar to lib/endorsed however this may contravene the JDK license.)
    Or you can write a thread which monitors threads in the thread group every few seconds.
    Or you can use the SecurityManager to check the threads in the thread group. The SecurityManager is called each time a thread is added and it can check the threads in the current thread group.

  • Maximum Dimensions of AIR Application

    Hi All,
    Can someone advise me if there is a limit to the dimensions that a desktop AIR application can be?
    This is specifically related to an an app made from Flash.
    I have been able to set larger width and heights in the descriptor file post installation to make the application open any size so far - but I don't have a screen large enough to see if there is a limit.
    Thanks,
    jkafkaris

    4095x4095 (http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/NativeWin dow.html#bounds)

  • How can I limit the number of emails retained on my ipad air?

    How can I limit the number of emails that are retained on my iPad Air?  Because of legal requirements of a long-term project, I cannot permanently delete emails relating to that project from my ISP's mail server.  My gmail account contains over 17,000 emails and, upon setting up my new iPad, and updating to ios 7.1.1, I now have all 17,000+ emails taking up space.  I would like to limit the emails by count as I was able to do on my old iPad running ios 5.1.1 OR to retain them based on date range.  I have not found any instructions on the support discussions or general iPad blogs that allow me to do that.  Any way around this problem?
    I also miss the 5.1.1 mail search feature that allowed me to narrow the search by from/to/subject/all.  Does anyone know if that feature is available using some little-known ios 7.1.1 feature?
    Thanks for your help.

    jlfcba wrote:
    IOS 7.1.1 doesn't show a "days to sync" parameter anywhere in SETTINGS/Mail,Contacts,Calendars/ACCOUNTS/GMAIL Account/ GMAIL Acccount Info.  There is nothing in iTunes relating to such an option either.  So, it seems I'm back to square one.
    If you have a decent mail provider like Microsoft Hotmail or Outlook.com mail it does.
    If you have Gmail it does not.  Quite right. Gmail is rubbish.

  • HT2729 I have limited space on my new ipad. How can I limit the number of songs from my itunes on my imac from going to my ipad when I connect the two?

    I have limited space on my new ipad. How can I limit the number of songs from my itunes on my imac from going to my ipad when I connect the two?

    you can do this by keeping the external hard drive connected and doing the following
    -hold shift key down on computer while opening iTunes and a prompt will appear to choose a library
    -select choose library, iTunes should bring up your explorer windows where you can search for the external HD
    -after you find the external HD find the iTunes folder you just copied to it
    -after opening the iTunes folder look for the file that says iTunes library.itl or if you can't see that extenstion just look for a document looking thing in the iTunes folder that shows up as a database file
    -double click the database file and boom iTunes should load your library without having to copy it to the computer
    PS: do make sure that if you are going to do it this way, make sure that the external HD is connected at all times, because if you don't then you will get exclamation marks next to your iTunes songs
    double PS: if you are unsure how to find out if the iTunes library file is a database file just right click it and choose properties and under the type it should say database file
    hope this helps:)

  • When I air print from my iPad, I can't limit the number of pages. It just says print and the number of copies and I end up with way more than I want. How do I set it to limit the pages?

    When I air print using FingerPrint from my ipad, it doesn't let me limit the number of pages, and I end up with more pages than I want. It asks if I want multiple copies, but it doesn't ask me number of pages, or which pages. Is there a way to do this?

    When you use an AirPrint compatible printer, you get this option for page range. You are using your computer as the server in order to print, so you probably have to set the range on the computer. While you can print from your printer with this app, I assume that it doesn't give you the same control that you get directly from the iPad when using an AirPrint printer.
    Read this from the FingerPrint support site. Selecting the page range would be part of the formatting of a print job.
    http://fingerprint-support.collobos.com/knowledgebase/articles/66972-i-can-t-for mat-the-print-job

  • How to limit the number of TCP connections beeing used concurrently while a page is beeing loaded?

    We manufacture industrial small-footprint control modules with embedded web server. The resources of these modules are very limited, especially in RAM. We have problem, that FF opens 15 parallel TCP connections while loading a web page (main html page first, then all icons simultaneously). We can not handle such behavior because of lack of RAM memory needed for TCP buffers.
    Question is how to limit the number of concurrent TCP connections the browser will use? We need to do it somehow directly from the page, we can not push our customers to change the general settings of their browsers (they would not understand such things anyway).
    Do anyone have any suggestion?

    Sorry, one other thought. Many web designers now combine all icons into a single image and use CSS to clip the image so that only the desired portion is displayed. This minimizes the number of required connections and increases the probability that the image can be retrieved from cache.
    More info:
    * [http://www.w3schools.com/css/css_image_sprites.asp CSS Image Sprites - W3Schools]
    * [http://www.alistapart.com/articles/sprites/ A List Apart: Articles: CSS Sprites: Image Slicing’s Kiss of Death]
    * [http://coding.smashingmagazine.com/2009/04/27/the-mystery-of-css-sprites-techniques-tools-and-tutorials/ The Mystery Of CSS Sprites: Techniques, Tools And Tutorials | Smashing Coding]
    No idea whether this is practical for your application.

  • Is there any way to limit the number of RFC calls from xMII to SAP R/3

    Hi All!
    I wanted to know whether the number of simultaneous RFC connections made from xMII to SAP R/3 system can be controlled in any way. Suppose we have a scenario wherein some million Sales Orders or Production Orders are to be updated in SAP R/3 from xMII in a short span of time. For all these updations to take place, multiple RFC calls will be established from xMII to SAP at the same time. This will increase the load on the SAP R/3 system and affect performance of the SAP R/3 system. Is there any check on xMII side to limit the number of RFC calls that can be made to SAP R/3 system?
    Regards
    Anupam

    Anupam,
    If you are using 11.5 just keep in mind that the JCO connection points to a single application server (based upon the SAP Server alias connection settings), but the traffic itself to make a BAPI request is effectively the same as any client user traffic.  There will obviously be limitations on performance and throughput, with network and server constraints added to the number and size of the R/3 requests, but there is no magic formula to plug-in because of all of these variables.
    If you are using 12.0 (or plan to migrate when it goes GA) then taking advantage of the JRA (java resource adapter) and the associated application server pooling that it offers on the NetWeaver side of things will greatly help you in the throughput capacity.
    If you have put some of your xMII application into either test or productive use and are running into issues then I would highly recommend entering the specifics into the customer / partner support portal so that they can help you through any associated problems.
    Regards,
    Jeremy Good

  • Limit the number of session per user in the Wired dot1x environment with ISE 1.2

    Hello,
    I need to check if there is any configuration/workaround to limit the number of sessions/access per user in the Wired dot1x configuration.
    I need to check if this feature is available or not to solve the following scenario:
    I have 2 SW ports configured to use dot1x authentication with ISE 1.2 server.
    If user A connects to the 1st port and authenticated then he will placed on a VLAN based on the authorization profile.
    The case, that I need to deny the same user to connect on a different machine with the same credentials.
    The ISE itself does not have this feature currently,  the only feature available is to limit the number of sessions for the guest user.
    Is there any workaround on the Cisco switches to solve this? Cisco WLC has this feature and for the VPN we can limit the number of sessions also from the ASA itself.
    Thanks.

    limit number of session per user using wired dot1x is not available in 1.3

  • Newbie question... Can I limit the number of users ...

    Can I limit the number of users accessing a URL?
    My company wants to start making videos available on our intranet web site. Once published, they are planning to send an email to all our employees (5000+) to announce the video. That's a great idea... but who asked the network guy if the network (server too) can take the load? NOBODY.
    Short term solution... can I limit the number of concurrent users hitting a URL? And if possible, can I push a message to the users that try once the limit is reached?
    Limiting the bandwidth is an option, but I will trash the user experience.
    Long term solutions besides bandwidth increase? Cashing servers, WAN accelerators...?
    Help !!!

    This is really not a problem for the WSA to solve.  Typically the WSA is used to control content and provide security for external internet content.  The product does not have the feature you describe.
    However, when it comes to the internal hosting of content - since you are using an internal server, that server should be able to control the amount of traffic it servers, number of connections, etc.
    ~Tim

Maybe you are looking for

  • Media not working:please help

    okay so, my blackberry will not play my videos, youtube videos, the ringtones that came with the phone, flixter videos, or any kind of media, a message pops up when i try to select a ringtone that says invalid ringtone selsction. a security wipe did

  • The solution for Midi Timeout is easy...

    After getting the Midi Timeout problem and spending hours to fix this, I came acrros a comment on the web that fixes it. Believe it or not, but it's an automation problem. All I did was selecting all the tracks inthe arrange window, and from the Trac

  • Custom fields update using BAPI: BAPI_SALESORDER_CHANGE

    Hi,       I have append one field into VBAP Table, and i want to update that filed value by using BAPI_SALESORDER_CHANGE FM. I have done all the coding but still its not updating the table. I have checked with SAP fields like order quantity, its upad

  • Load dockable script from a script

    I'm trying to build a script that will allow you to type in the name of a script instead of going through the window or script menu.Is there a way to load a dockable script through a script? Ideally this would have the same effect as if you had loade

  • Upgrade von upgegradetem Adobe möglich?

    Ich habe mir vor Jahren den Adobe Acrobat Standard gekauft, und zwar die Version 6, aber upgegradet von der Version 5. Hat bisher gute Dienste geleistet, aber so langsam wird es wohl Zeit für ein Upgrade. Adobe bietet ein Upgrade von V 6 auf 9 an, ab