Click here to Skip to main content
15,910,009 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Interviews Pin
R. Giskard Reventlov6-Jun-15 6:04
R. Giskard Reventlov6-Jun-15 6:04 
GeneralRe: Interviews Pin
Ri_6-Jun-15 10:10
Ri_6-Jun-15 10:10 
GeneralRe: Interviews Pin
C-P-User-36-Jun-15 9:35
C-P-User-36-Jun-15 9:35 
NewsThread the needle. Pin
Member 41945935-Jun-15 11:49
Member 41945935-Jun-15 11:49 
GeneralRe: Thread the needle. Pin
Tim Carmichael5-Jun-15 11:56
Tim Carmichael5-Jun-15 11:56 
GeneralRe: Thread the needle. Pin
PIEBALDconsult6-Jun-15 6:50
mvePIEBALDconsult6-Jun-15 6:50 
GeneralRe: Thread the needle. Pin
Kevin Marois5-Jun-15 12:36
professionalKevin Marois5-Jun-15 12:36 
GeneralDOS, Apache, IIS 7, and thread throttling Pin
Ernst Iliov Stavro Blofeld5-Jun-15 11:25
Ernst Iliov Stavro Blofeld5-Jun-15 11:25 
I have a web application that has a SAS backend (db) that is thread throttled so as to not overload SAS. 3 threads can get in at anyone time with a queue of up to 250 threads. Threads are timed out if they take more that 45 seconds to execute (very rare, and only for complex queries). Queued threads are terminated if they wait more than 5 minutes. This configuration has proved effective, should a DOS attack get through the firewall (in theory this should not happen Smile | :) but can happen in bursts). This configuration allows the web server to recover after 5 minutes should an attack get through. This can be implemented for a specific web on an Apache in just a few lines in a httpd.conf file, very sweet.

Fast forward to another web app I'm working on that runs under IIS;
IIS, for a specific web on the server I can do the same thing it looks like but for the whole web server, I don't have selectivity to web. I am sure it's because of my ignorance, at least I hope. I continue to research...
Rage against the narrative.

"To Build a Fire" - A dystopian novel about project management, and I am the dog.

GeneralRe: DOS, Apache, IIS 7, and thread throttling Pin
Chris Maunder5-Jun-15 16:24
cofounderChris Maunder5-Jun-15 16:24 
GeneralRe: DOS, Apache, IIS 7, and thread throttling Pin
Mycroft Holmes5-Jun-15 23:18
professionalMycroft Holmes5-Jun-15 23:18 
GeneralRe: DOS, Apache, IIS 7, and thread throttling Pin
Chris Maunder6-Jun-15 1:20
cofounderChris Maunder6-Jun-15 1:20 
GeneralRe: DOS, Apache, IIS 7, and thread throttling Pin
Ernst Iliov Stavro Blofeld6-Jun-15 1:32
Ernst Iliov Stavro Blofeld6-Jun-15 1:32 
GeneralRe: DOS, Apache, IIS 7, and thread throttling Pin
Ernst Iliov Stavro Blofeld6-Jun-15 1:32
Ernst Iliov Stavro Blofeld6-Jun-15 1:32 
GeneralNational Donut Day Pin
Kevin Marois5-Jun-15 10:06
professionalKevin Marois5-Jun-15 10:06 
GeneralRe: National Donut Day Pin
Ravi Bhavnani5-Jun-15 10:46
professionalRavi Bhavnani5-Jun-15 10:46 
GeneralRe: National Donut Day Pin
Kevin Marois5-Jun-15 11:00
professionalKevin Marois5-Jun-15 11:00 
GeneralAnother reason to loathe Simon Cowell and all his works... Pin
OriginalGriff5-Jun-15 7:59
mveOriginalGriff5-Jun-15 7:59 
GeneralRe: Another reason to loathe Simon Cowell and all his works... Pin
Eddy Vluggen5-Jun-15 8:33
professionalEddy Vluggen5-Jun-15 8:33 
GeneralRe: Another reason to loathe Simon Cowell and all his works... Pin
P0mpeyBoy5-Jun-15 8:39
P0mpeyBoy5-Jun-15 8:39 
GeneralRe: Another reason to loathe Simon Cowell and all his works... Pin
90823655-Jun-15 9:39
90823655-Jun-15 9:39 
GeneralRe: Another reason to loathe Simon Cowell and all his works... Pin
OriginalGriff5-Jun-15 9:50
mveOriginalGriff5-Jun-15 9:50 
GeneralRe: Another reason to loathe Simon Cowell and all his works... Pin
newton.saber5-Jun-15 9:50
newton.saber5-Jun-15 9:50 
GeneralRe: Another reason to loathe Simon Cowell and all his works... Pin
OriginalGriff5-Jun-15 9:53
mveOriginalGriff5-Jun-15 9:53 
GeneralRe: Another reason to loathe Simon Cowell and all his works... Pin
newton.saber5-Jun-15 9:54
newton.saber5-Jun-15 9:54 
GeneralRe: Another reason to loathe Simon Cowell and all his works... Pin
Jeremy Falcon5-Jun-15 10:37
professionalJeremy Falcon5-Jun-15 10:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.