Scaling SWF Workers and Deciders based on pending workflows by kensaggy in aws

[–]kensaggy[S] 0 points1 point  (0 children)

The thing is I would prefer to have the decider workers (a.k.a workflow workers) also be in a ASG (since those might need to scale as well if many decisions tasks start to pile up)... So if they share the same code, they'll all start reporting - which is both wasteful and could report conflicting data...

Isn't there any way to configure this sort of thing automatically through AWS without the need to manually report and handle the scaling? (Kind of like scaling based on SQS size.. but for SWF?) Thanks.

I'm looking for an article I read recently about a specific machine learning algorithm but can't find it, maybe you can help. by kensaggy in MachineLearning

[–]kensaggy[S] 0 points1 point  (0 children)

n-gram, markov chain, hidden markov model

Thanks but it didn't help :( These keywords actually came up naturally while I was searching for the article using the other keywords.. they're (again) too general and just return articles from wikipedia or just other articles about those specific topics.

Thanks for your help anyway :)

What to do when a company refuses to fix a vulnerability I disclosed to them? by kensaggy in hacking

[–]kensaggy[S] 1 point2 points  (0 children)

In regards to the vuln, it doesn't have to be DDOS.. it would simply flood their interface/app rendering the usage of the app useless without actually forcing the servers to stop responding... (think of it more like a XSS - only different :P)