Limit on the number of simultaneous requests using SP.WebProxy.

I've created a SharePoint hosted app and have just added a license check to the app. The license check is done by making a call to a REST endpoint using SP.WebProxy. The app is implemented as an App Part, and as such there can be many instances
of the app on a page.
Everything works fine if there is only one or two instances of the app on the page. As soon as I add a third instance to the page however, the third instance starts failing the license check with the error "This app has reached its outbound
request limit."
Obviously this is happening because all three instances are hitting the SharePoint Proxy service at the same time. It would appear as though there is a limit to the number of simultaneous calls that a particular app is allowed to make.
The problem is that I can't find any documentation regarding this limit. The error that I'm getting does not get a single hit in Google. Is this a limit that can be increased with a setting in web.config?
Does anybody know what documentation I can consult regarding this?

Hi Mikhail,
Unfortunately no, we never did get any information on this. In our case since the data that we are querying is pretty much static, we ended up caching the data in a SharePoint list in the app web. We only access the WebProxy if the data is not cached. That
workaround solved the problem for us.
Good luck.

Similar Messages

  • How can I show all of my keywords in iPhoto.  there seems to be a limit on the number that can be used.

    How can I show all of the keywords used in iPhoto.  There seems to be alimit on how many can be displayed.

    When I click the "Edit Keywords" button, I get a list of all keywords. I just added several hundred random keywords, and they are all visible, when I scroll the list in "Edit Keywords" view.
    Have you the scroll bars hidden? You can enable the scroll bars in the System Preferences > General tab:   enable "Show Scroll bars - always".

  • Maximum Number of Simultaneous Requests

    I want to update the Maximum Number of Simultaneous Requests
    from 4 to 6 or 8. A restart of ColdFusion Application Server is
    required for changes to take effect. Has anyone experienced
    problems with the change not taking effect and/or causing the
    service to not restart.
    This has not happened. Being precautionary. The reason for
    the question is that I made a change previously to the Max Heap
    size from 1023 to 1535 in CF Admin, but when I attempted to restart
    the CF service it would not. Finally had to change the Max Heap in
    jvm.config back to 1023. Unsure why that would not accept it. The
    variable is that the service is running with a non-admin user ID on
    the server. Thoughts?

    The prevailing wisdom from Adobe for simultaneous requests is
    very wrong and inaccurate. First off, editing the simultaneous
    requests in the CFAdmin is safe to do. Editing your JVM settings
    with the CFAdmin is very dangerous on Linux because the CF Admin
    code can mangle the xml file. I'm not sure if this is true on
    Windows.
    Now back to the simultaneous requests issue. If you have high
    traffic and enough server processing power you can greatly increase
    the request number. We currently run our CFMX 7.02 servers set to
    100 simultaneous requests. And yes we've been maxed out at that
    level. We see over 1.5 million page views per day on a single cf
    server with only one instance of CF. As of today we switched to a
    load balanced setup and split the load across two servers. The
    reason we went load balanced is that we're expecting to more than
    double our traffic. Anyways, the number of simultaneous requests
    can be much higher than the 'General Wisdom' at Adobe.
    Oh yeah, I almost forgot. I've seen the new setting for
    simultaneous requests take effect with out having to restart CFMX.
    Cheers,

  • How do i limit the number of simultaneous downloads to my ipod touch?

    I just purchased a new ipod touch and want to dump my entire icloud library onto it.  I figured the easiest way to do this would be to make a smart playlist that includes all my music and then just download the whole playlist (thousands of songs).  The problem is, at about 2/3 of the way through a track, the ipod touch automatically starts downloading the next track. At this point, it's trying to download about 50 tracks simultaneously and as a result is taking abotu 5 minutes to download one song.  How can I limit the number of simultaneous downloads?  Is there a faster way to load up a new ipod touch with your icloud library?  Thanks.

    Thank you for the reply. I had no idea I had so much access to Firefox prefs.
    It's still a strange design though. Yep, the original setting was set to 30 simultaneous downloads. I set it to four, which would see to make my Mac more usable as four downloads are rolling while all the rest are in queue.
    Only probably is, Firefox doesn't just think of what is in the download list as a "download". Once all four downloads are rolling, no more webpages will open! (Strangely, sometimes they will, but very slowly ... but usually not at all.)
    Apparently, even a browser tab is a "download" and is stopped once the assigned number of simultaneous downloads is reached.
    So I'm still back to not being able to limit my downloads for the benefit of having good use of my browser while downloads are coming in.
    Right now, one pages where I have boo-koo downloads I want to initiate at one time, I'm clicking "download", starting the download, going to the downloads list, pausing it, getting another download, pausing it, and so on until I have a complete queue ready to go. Then I start the downloads once I know that I no longer need the internet.
    That seems sort of for the birds, doesn't it?
    Does anyone have any suggestions? Other specialized download programs get the concept of an active queue and a paused queue with a number-setting to determine the max downloads. Why doesn't Firefox get this? Or does it and have I just still not found it?

  • Is there a limit to the number of images used?

    Can anyone tell me if there's a limit to the number of images that can be used in an AWG? I would like to build a rather large Gallery (approx. 50 images), but no matter what I do, the number of images in any given Gallery defaults to TEN....even when I select all 50 images when creating the Gallery. Very frustrating....is there a way around this? Any help will be greatly appreciated.

    What you are seeing is normal.  The Preview always shows only up to ten images; but when you create the gallery, all the images you have selected will be there.
    Wo Tai Lao Le
    我太老了

  • BAM report using Tab Group - is there a limit to the number of tabs?

    When building a BAM report using a Tab Group report view - is there a limit to the number of tabs that can be created?

    Hi Robert,
    Based on my test, the issue cannot reproduce in a simple report. Please modify the Variable with a new expression to check if the issue is persist.
    If the issue is persist, could you please send the .rdl file and the dataset with sample data to us by the following E-mail address.
    E-mail: [email protected]
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • How do I set the number of simultaneous downloads?  Per server?

    iTunes always tries to download 3 podcasts at once, which leads to timeouts on podcast servers that limit the number of connections. That means I'm either missing episodes or else I need to manually babysit iTunes.
    Is there a way to set the number of simultaneous downloads? I'm using XP.
    Thanks.

    You can turn simultaneous downloads off. In the downloads window, at the lower left. Also, while things are downloading, you can pause all but one or two.

  • Is their any limit on the number of column updates in a update statement!

    Hello All,
    Is their any limit on the number of columns to set in a single update statement.+
    am using oracle 11g .
    example :-
    UPDATE FMLY SET as_comp1 = v_as_comp1 , as_comp2 = v_as_comp2, as_comp3 = v_as_comp3, as_comp4 = v_as_comp4 , as_comp5 = v_as_comp5 ,      perslt18 = v_perslt18 , persot64  = v_persot64  , fam_size = v_fam_size , numchild = total_children , C_AGE1 = v_c_age1,  C_AGE2 = v_c_age2,  C_AGE3 = v_c_age3,  C_AGE4 = v_c_age4 WHERE FAMID = fmly_famid(i) ;
    and also is it good practice to issue single update or multiple updates ?
    example for the above update i can have multiple statements like .. does the performance matters if so which is good
    UPDATE FMLY SET as_comp1 = v_as_comp1 , as_comp2 = v_as_comp2, as_comp3 = v_as_comp3, as_comp4 = v_as_comp4 , as_comp5 = v_as_comp5
    WHERE FAMID = fmly_famid(i) ;
    UPDATE FMLY SET perslt18 = v_perslt18 , persot64 = v_persot64 , fam_size = v_fam_size
    WHERE FAMID = fmly_famid(i) ;
    UPDATE FMLY SET numchild = total_children WHERE FAMID = fmly_famid(i) ;
    UPDATE FMLY SET C_AGE1 = v_c_age1, C_AGE2 = v_c_age2, C_AGE3 = v_c_age3, C_AGE4 = v_c_age4 WHERE FAMID = fmly_famid(i) ;
    thanks/kumar
    Edited by: kumar73 on Sep 25, 2010 8:38 AM

    If you can do it in a single SQL statement then you should do that.
    Here's a mantra that I found to work out pretty good:
    http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:73891904732164

  • Is there a limit to the number of email addresses in one message?

    Hello
    Is there a limit to the number of email addresses in one message with Mac Mail?
    I am trying to send out to c900 email addys and am being told my server does not recognise the email addresses. I will check with the folks hosting the email also.
    Many thanks
    Matthew Causon

    Ooh, yes, 900 emails at once will absolutely not work (unless you get very very lucky).
    If this is just a one-off, you should group the addresses into, at the very most, 50 addresses, and send batches. If you're doing this a lot, I would recommend using something like DirectMail.
    Matt

  • Is there a limit to the number of addresses can I put into a group of multiple users in my address book?

    I have just started using Thunderbird and want to set up a number of list groups in my Address Book so that I can simply click on the list name and the email goes to multiple people.
    Is there a limit to the number of addresses that I can put into each group? Or, can I put as many addresses into each group as I want to? Thanks for your answer.

    Thunderbird has no limit.
    See http://kb.mozillazine.org/Thunderbird_:_FAQs_:_Create_Mailing_List

  • In my Mail program (4.6), OS10.6.8, can I send bulk email bcc? If so is there a limit to the number of names/addresses that I can send?

    In my Mail program (4.6), OS10.6.8, can I send bulk email bcc? If so is there a limit to the number of names/addresses that I can send?

    To add the BCC field to the message window, create a new message, click the 'three lines' button near the to and from fields & select the 'BCC Address field' or choose the 'customise' option. This button may be a 'gear' on the older OS (I don't recall for 10.6.8 Mail).
    The BCC field is more likely to be limited by the email server than Mail app. If you add hundreds of addresses (or use large groups with many addresses) the email server may assume you are sending spam. Sometimes it causes the server to drop the message or bounce them, different providers also have different rules, so you need to use bcc & ccc with care.
    If you plan on doing mass mailing you would be better with a service that handles it correctly for you (i.e. sends multiple messages without using ccc or bcc).

  • Add Folder - is there a limit to the number of files you can add in one go?

    I have a fairly large collection (60GB+) of 192kbps mp3 files which are stored under My Music in a folder structure of Artists / Album, e.g. "My Music \ ACDC \ Back in Black\ Hells Bells.mp3"
    I recently bought an ipod and having installed itunes I wanted to add all my music. I figured out that the way to do this is to go File / Add Folder and select the "My Music" folder.
    However, itunes starts adding the mp3s and stops at the Bruce Springsteen folder. At this point the itunes library can see all the "A" folders and the "Bs" up to and including Bruce Springsteen. If I try the process again nothing happens.
    However, if I then try to add a specific folder e.g. "My Music \ Charlatans" it works.
    This suggests to me that the Add Folder option has a limit to the number of files it can process.
    Any thoughts on this would be appreciated as I'm not looking forward to manually adding a hundred or so folders.
      Windows XP  

    Well the part about putting songs in the "iTUnes Music" folder I only brought up because it seemed you liked things very organized. You could use iTunes to so all the organizeing. Plus once you add something to the iTUnes library, if you change ANYTHING about it in windows explorer, like its name, change the name of the folder its in or move it to another folder, iTUnes "Looses Track" of it. Its not like other programs that "Watch" files and folders for changes outside its "iTUnes Music" folder
    But to have iTUnes auto search, you have to delete a hidden pref file. After doing this, when you open iTUnes again it will throw up a setup wizard, just like its the first time ever installing it. Its in this wizard where you get your ONLY chance to have iTUnes auto search and add files from the system. Just goto the link below and follow Scott P's steps
    http://discussions.apple.com/message.jspa?messageID=607357
    Also since your new to the ipod, you my want to check out the "iPod 101" section so you can learn the ropes of everything
    http://www.apple.com/support/ipod101/

  • I'm having a problem connecting my BlueRay DVD player and other non-Mac devices to my wireless network. Is there a limit on the number of devices I can connect to my AirPort? I never have a problem connecting an Apple device (AirBook, iPad, etc).

    I'm having a problem connecting my BlueRay DVD player and other non-Mac devices to my AirPort Express network. Is there a limit on the number of devices I can connect to the wireless network? I never have a problem connecting a new Apple product (AirBook, iPad) and even a basic laptop. Thanks for your help.

    The AirPort Express Base Station (AX) can support up to ten (10) simultaneously connected Wi-Fi clients.

  • Is there a way to set a limit on the number of characters each cell will hold in numbers?

    Hi there, I'm creating a CSV file via Numbers and would like to set a limit to the number of characters a cell will hold in numbers. This way, when I copy text from my source, and paste it into the numbers cell, the text will be cut off at the character limit I've placed for that cell.
    Specifically, I would like my character limit per cell in a column on a new spreadsheet to be 100 characters. I have text to copy & paste into roughly 10 different cells and I'd like it to all be 100 characters.
    I am using Numbers version 9 of iWork and 10.7.5 OS.
    Any help is appreciated.

    Thank you t quinn for your reply as I do really appreciate the help.
    I don't quite understand what your suggestion was and before I try to figure it out and play around with numbers, I thought I should clarify further. When i wrote I want to paste the content into the cell and have it limited to 100 characters I was mis-spoken. I actually have all the content already in the columns in a spreadsheet and would now like to just limit some of the columns to hold only 100 characters in a cell so that when its a CSV file it will be accepted to the program I'm trying to upload it to.
    SO does that change the way you can answer my question?
    Is there a way to just limit the content currently in a spreadsheet to 100 characters per cell?
    Kindly

  • Is there a limit to the number of apps that can be Hidden from view in Family Sharing?

    I've just set up a Family Share and have issued invitations to a couple of family members.
    I'm trying to take full advantage of the "Hide" feature that's available in the Purchased list in the App Store app, mostly to hide really old apps that I haven't used since the beginning of time.  These apps have been long gone from any of my iOS devices, and it has always bugged me that they still appeared in my Purchased list. It's pretty cool that Family Sharing allows people to hide some of their app purchases from others in the group, as this also allows folks to hide apps that they also don't want to see in our own lists.
    The first couple of dozen apps that I decided to hide stayed hidden. However: now, no matter what I try, I can't hide any more apps.  I swipe on an app to reveal the Hide button; tap the button; the app disappears from the list; I go to another screen in the app; I return to my Purchased list: and the most recent Hidden apps are still listed.
    This is driving me nuts. I'm wondering if Apple has imposed a limit on the number of apps that anyone can hide; or if there's something I can do to force a hidden app to stay hidden.
    Advice will be gratefully accepted.

    Hi, Gail
    > I would suggest that you wait until tomorrow and check those devices again. Remember,
    > this information is being pushed to your device from the iTunes store based on the changes
    > you were making.
    Not a bad suggestion, but it does not explain why an app refuses to REMAIN hidden on my iPhone -- as I explained in my first post:
    > I swipe on an app to reveal the Hide button; tap the button; the app disappears from the list;
    > I go to another screen in the app; I return to my Purchased list: and the most recent Hidden
    > apps are still listed.
    Given the clunkiness and general unreliability of iCloud - which rarely "just works" - it doesn't surprise me that hiding an app on one device doesn't mean the same app will be hidden immediately on other devices logged into the same account. I've learned to be patient and wait hours for changes to anything synced via iCloud to be reflected on other devices in the sync loop.  But again, this in now way explains why apps were not staying hidden on the device that was used to hide them. 
    I've finally managed to hide all the apps I wanted hidden, after many hours of waiting and multiple attempts at hiding.  I am in no way confident that these apps are going to REMAIN hidden permanently, or until I choose to unhide some of them; only time will tell if iCloud decides to behave and accept my series of "Hide this app" commands to be honoured permanently!

Maybe you are looking for

  • What's wrong with my Zen Touch 20

    Hello, my Zen Touch 20GB is acting kind of weird... most of the time it just won't turn on anymore. Nothing happens when I press the "power on" switch! It just won't turn on. Then, when I plug in the power cable, after 30 seconds the charging display

  • Connection error in Deski in BO XI R2

    Post Author: fab CA Forum: Migration to XI R2 Hi, We are currently runnning BO v5.0.2 full client and planning to migrate existing universe and full client reports to BO XI R2 . In order to do that a BO XI R2 server has been installed and the relevan

  • IPhone 4 OS 6.0 Sync via iCloud to Computer - Calendar Missing All Calendars Except Repeating Appointments

    I have an iPhone 4, ios 6.0 with years of calendars & contacts on it. Just bought a new macbook pro, OS 10.8.3. Set up iPhone 4 to sync all calendars and contacts via one icloud account, successfully. All 8 Calendars all successfully sunk from iPhone

  • Unwanted pop up windows

    I had a friend give me a link to watch a hometown hockey game.  Ever since I clicked on the link I have been getting an insane number of pop up windows and screens.  I have the pop up blocker active for my browsers but that still isn't enough.  I've

  • Can we migrate SAP 40B release system from windows NT to windows 2003.

    Hi, We want to know can we migrate SAP 40B release system from windows NT to windows 2003 server; if yes, please share with us the OS migration document. Regards, R Mav