Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WCF and WF
  4. Problem with asynchronous concurrent calls an Windows Azure

Problem with asynchronous concurrent calls an Windows Azure

Scheduled Pinned Locked Moved WCF and WF
helpcsharpwcfcloudquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    softwarejaeger
    wrote on last edited by
    #1

    Hello together, i've got some issues with my WCF Service. When i run my Service in Windows Azure with more than one Instance and calling some asynchronous Methods parallel, i get some exceptions like "Connection is faulted", "The Sequence is not available" and so on. The most problems have to do with my reliable sessions. The Service runs with InstanceContextMode.PerSession and ConcurrencyMode.Multiple. The exceptions doesn't come if i run my tasks synchrone. I've enabled serviceThrotteling maxConcurrentCalls="1000000" maxConcurrentSessions="1000000" maxConcurrentInstances="1000000" and set the ReceiveTimeout to 10 hours (10:00:00), and also set the MaxItemsInObjectGraph=100000. What's to do now? Can anyone help me please? I need to run my service in multiple Sessions and with multiple Concurrent Connections. Thank you

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups