[Seaside-dev] Issue 227 in seaside: #halt should always halt

codesite-noreply at google.com codesite-noreply at google.com
Thu Nov 6 02:23:48 UTC 2008


Issue 227: #halt should always halt
http://code.google.com/p/seaside/issues/detail?id=227

Comment #12 by philippe.marschall:
Opening a Squeak debugger and blocking the HTTP connection is a problem in  
production:
- Your Apache quite surely has a global limit on number of connections that  
is not
that high. This makes for a pretty good DOS attack vector.
- It creates resources in your image (morphs) that interact in interesting  
ways with
the rest of the image and don't get released (until you close them). This  
too makes
for a pretty good DOS attack vector.



-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the seaside-dev mailing list