throttling
Storing the number of log in attempts in PHP
What would be the best way to keep track of how many times the user has开发者_如何学Go attempted to log in?[详细]
2023-03-06 12:05 分类:问答'Forgot Password' throttling
I have a \'forgot password\' system set up that sends an email with a reset link to the user. M question is: Ho开发者_开发技巧w can I prevent abuse of this system? How can I make sure that people don\[详细]
2023-03-04 07:07 分类:问答Best practices for throttling a web-application?
On my site I need to throttle user requests for various reasons: Prevent overquerying of database or 3rd party apis[详细]
2023-03-02 18:37 分类:问答Amazon Sandbox (Product Advertising) - HTTP 503 Errors and Request Throttling
I use Amazon\'s Product Advertising API to retrieve their node hierarchy using the API\'s BrowseNodeLookup method (REST using Java). On Amazon\'s sandbox individual requests seem to work but if I keep[详细]
2023-03-01 07:52 分类:问答How can I reduce the impact of a long-running i/o-intensive query in PostgreSQL?
This post suggests I can use a cursor to fetch from a query at a throttled rate. How do I do this? 开发者_JAVA百科My aim is to reduce the impact of this low-priority query on other higher-priority que[详细]
2023-02-18 21:55 分类:问答Enterprise Library Email Trace Listener is killing our mail server
We\'re doing stress testing of our application right now and when it blows up we wind up hammerin开发者_开发问答g our Exchange server with exception notifications sent via EntLib 4.0 Email Trace Liste[详细]
2023-02-17 08:43 分类:问答Java - Throttling SOAP API calls
I\'m building a Java application 开发者_如何学Gowhich makes requests to a SOAP API. Certain methods that the API exposes are throttled and these methods have different throttling rates, ranging from 5[详细]
2023-02-15 03:10 分类:问答Which data structure to throttle outbound messages?
I need to send messages (the actual technology is irrelevant at this stage) while complying with a number of throttling constraints.[详细]
2023-02-13 00:17 分类:问答How to throttle login attempts - PHP & MySQL & CodeIgniter
I\'d like to be able to throttle login attempts based on failed attempts but I got some questions. Should I use MySQL? (read that it could strain the DB)[详细]
2023-02-12 07:02 分类:问答How to Throttle DataStage
I work on a project where we run a number of Da开发者_如何转开发taStage sequences can be run in parallel, one in particular is poorly performing and takes a lot of resources, impacting the shared envi[详细]
2023-02-12 00:13 分类:问答