No announcements
Found 1201961 threads
-
0 Votes
PerCall or PerSession?
Session instance context mode simply tells WCF if the service instance should be automatically assigned to a transport session.Answered | 4 Replies | 3726 Views | Created by BIGDNF - Monday, January 12, 2009 12:31 PM | Last reply by Dominick Baier - Monday, January 12, 2009 10:52 PM -
1 Votes
WCF Concurrency & Multi Threaded Client
I have figured this issue out and the problem was in the component because of caching objects; multiple threads were using the same caching objects instead of cloning them.Answered | 5 Replies | 1579 Views | Created by Shahiid - Wednesday, June 21, 2017 6:57 AM | Last reply by Edward8520 - Thursday, June 29, 2017 8:05 AM -
0 Votes
How to make PerCall instance State Aware?
http://hyperthink.net/blog/a-simple-ish-approach-to-custom-context-in-wcf/ Or you can have a static property or static class.Answered | 1 Replies | 4287 Views | Created by Centrifugal - Sunday, November 15, 2009 7:12 PM | Last reply by Haripraghash - Monday, November 16, 2009 10:20 AM -
0 Votes
Default Instancing Mode for WCF Services
It was initially PerCall, but at some point, it was changed to PerSession.Answered | 7 Replies | 7626 Views | Created by jfkrueger1 - Monday, August 11, 2008 9:51 PM | Last reply by Richard A. Wells - Wednesday, June 19, 2013 7:47 PM -
0 Votes
Difference between Instance and Context in WCF
Hi, From my understanding, a service instance is created when a client call the service, but the the situations are different according to ...Answered | 2 Replies | 1644 Views | Created by Deepak K Agarwal - Saturday, March 2, 2013 4:34 PM | Last reply by Haixia_Xie - Monday, March 4, 2013 7:41 AM -
1 Votes
Concurrency mode in WCF service
No - ConcurrencyMode only affects how many request threads are allowed into a single service instance.Answered | 6 Replies | 13977 Views | Created by bhalajisw - Monday, July 20, 2009 9:18 AM | Last reply by Pramod Gupta - Tuesday, September 18, 2012 11:46 AM -
0 Votes
WCF PerCall instance with multiple threads?
User475983607 posted Of course you must use a lock because you configured WCF to use one instance for multiple requests.Unanswered | 4 Replies | 234 Views | Created by Anonymous - Tuesday, February 21, 2017 9:07 AM | Last reply by Anonymous - Wednesday, February 22, 2017 11:27 AM -
0 Votes
WCF comet and threads
In my WCF service, I've implemented a WaitForEvents method that calls Monitor.Wait to suspend the thread until new data arrives.Answered | 1 Replies | 4387 Views | Created by Ole Jak - Sunday, April 18, 2010 4:01 PM | Last reply by Bin-ze Zhao - Friday, April 23, 2010 7:31 AM -
0 Votes
WCF service throttling configuration
ConcurrencyMode defaults to single but remember it only controls the number of threads allowed into an *instance* not a service.Answered | 6 Replies | 7113 Views | Created by Alexey Zakharov - Sunday, December 28, 2008 3:40 PM | Last reply by Alexey Zakharov - Wednesday, January 7, 2009 6:56 AM -
0 Votes
Multi-Threaded / Multiple Instances of a SQL Agent Job
Imaging an SSIS package that is having DML task, Import/Export inside it and rerun the same package on different thread.Answered | 1 Replies | 1877 Views | Created by David DeLella - Monday, May 23, 2016 1:11 PM | Last reply by Ch. Rajen Singh - Monday, May 23, 2016 1:27 PM -
0 Votes
WCF Performance Optimization
Well, i was also thinking, if an asmx service can be a multi threaded then why not we can run wcf service as multithreaded.Answered | 12 Replies | 7035 Views | Created by Courageous_Heart - Wednesday, December 2, 2009 6:48 PM | Last reply by Haripraghash - Thursday, December 3, 2009 3:47 PM -
0 Votes
WCF Layer design Advice
I've found one example at CodeProject: http://www.codeproject.com/KB/WCF/wcfunity.aspx - Also, since this service is ...Answered | 3 Replies | 3684 Views | Created by sarran - Friday, September 4, 2009 6:53 AM | Last reply by Vitaliy Liptchinsky - Friday, September 4, 2009 9:34 AM -
0 Votes
WCF Instancing query
First of all WCF Service should be only wrapper exposing some business logic implemented in separate class.Answered | 3 Replies | 3589 Views | Created by rhk98 - Wednesday, August 4, 2010 4:32 PM | Last reply by rhk98 - Thursday, August 5, 2010 3:19 PM -
0 Votes
Single WCF to serve multiple applications
since you have manu concurrent clients use multiple concurency mode (add this over the same ServiceBehavior ...Answered | 1 Replies | 3152 Views | Created by KefarSaba - Friday, December 24, 2010 10:17 AM | Last reply by Yaron Naveh - Friday, December 24, 2010 11:06 AM -
0 Votes
WCF - solution architecture
- Definitely use 'percall' it scales best - About persistence: consider using Windows AppFabric Cache, all your nodes can hit the same cache...Answered | 2 Replies | 2038 Views | Created by rjosephp - Thursday, February 9, 2012 4:27 PM | Last reply by rjosephp - Friday, February 10, 2012 1:43 AM -
0 Votes
"Processor affinity" when calling from multiple threads
in all of your cases -- there is a special performance counter category for WCF (service model something)?Answered | 8 Replies | 4393 Views | Created by TheNick - Thursday, June 10, 2010 3:07 PM | Last reply by _Mikhail - Monday, June 14, 2010 7:03 PM -
1 Votes
Multiple data contracts in WCF
For working with WCF it is better to use Add service reference.Answered | 4 Replies | 4143 Views | Created by jd_hancock - Thursday, January 13, 2011 10:06 PM | Last reply by Leonid Ganeline - Wednesday, January 19, 2011 9:24 PM -
0 Votes
Multiple Instances
Bryan, You can only have 1 default instance per server but you can have multiple named instances.Answered | 2 Replies | 3099 Views | Created by bryancaoagas - Thursday, December 15, 2011 4:59 PM | Last reply by Warwick Rudd - Thursday, December 15, 2011 10:27 PM -
0 Votes
Max Number of Threads, WCF on Azure
Hi all, I have a problem with max number of thread on azure.Answered | 3 Replies | 6667 Views | Created by BojanDM - Monday, July 4, 2011 9:11 AM | Last reply by Wenchao Zeng - Tuesday, July 5, 2011 11:23 AM -
0 Votes
Question about multi threading
I know all that things, but what I want is to use HttpRuntime.Cache objet in PerCall service in a thread safe manner.Answered | 8 Replies | 3188 Views | Created by Dato0011 - Monday, January 5, 2009 6:05 PM | Last reply by Richard Blewett - Tuesday, January 6, 2009 10:54 AM - Items 1 to 20 of 1201961 Next ›
No announcements