|
May
16 |
|
awarded | Popular Question |
|
May
7 |
|
comment |
C# Implementation of Unix crypt using System.Security.Cryptography nice answer, Zer! |
|
May
7 |
|
accepted | C# Implementation of Unix crypt using System.Security.Cryptography |
|
May
6 |
|
comment |
In parallel call, limit executions per second By the way, I see that you just downvoted a bunch of my posts and I'm pretty sure you don't have the expertise in all of these areas to determine which ones are valid solutions =) It's not the best behavior to bring to this community. Accepting answers doesn't increase reputation points. I often accept my own answers when I think it will help other users. I have specifically not selected your answer because none of the links directly solve for the posted problem, whereas my solution can be copy-pasted. |
|
May
6 |
|
comment |
In parallel call, limit executions per second I think you are too narrowly focused on your solution to see the merits of mine. "Just do not make more calls per second than the required limit" is a loaded statement. Do you just drop the calls that are in excess of the limit? If not, then you have to queue them somehow. What if the web service has a system-wide limit and you are calling more than one method? The solution I presented works well for all cases and it's efficient. I'm not saying your solution is flawed, I just have no reason to investigate because I have a solution at hand. |
|
May
6 |
|
comment |
In parallel call, limit executions per second I have no idea what you're trying to say. I'm trying to limit the number of calls to X/second. This is accomplished by calling WaitUntilRequestCanBeMade() prior to making an API call. |
|
May
6 |
|
accepted | In parallel call, limit executions per second |
|
May
6 |
|
answered | In parallel call, limit executions per second |
|
May
3 |
|
comment |
In parallel call, limit executions per second I need to call a web API in parallel, but the API limits the number of calls per second. I want to stay under that limit. |
|
May
3 |
|
asked | In parallel call, limit executions per second |
|
Apr
29 |
|
awarded | Notable Question |
|
Apr
20 |
|
accepted | How to create a stripped down version of R? |
|
Apr
20 |
|
answered | How to create a stripped down version of R? |
|
Apr
19 |
|
comment |
Safely change home directory in cygwin that was super easy. thanks! |
|
Apr
12 |
|
comment |
Which system databases should I checkdb and defrag indices? Aaron - much appreciated! This is super useful! |
|
Apr
12 |
|
awarded | Scholar |
|
Apr
12 |
|
accepted | Which system databases should I checkdb and defrag indices? |
|
Apr
12 |
|
comment |
Which system databases should I checkdb and defrag indices? much appreciated! |
|
Apr
12 |
|
awarded | Supporter |
|
Apr
12 |
|
comment |
Which system databases should I checkdb and defrag indices? thanks, Aaron! great answer. |