Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
retube
on Feb 27, 2012
|
parent
|
context
|
favorite
| on:
How to Find Facebook Users on Match.com by Using F...
> What we need to do is to run HTTP requests asynchronously. There is a number of way to achieve that (no, using threads is not a way)
- why is threads not a possible solution? Is this something to do with Ruby?
gerrit
on Feb 28, 2012
[–]
Yes ruby threads will block on all IO
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
- why is threads not a possible solution? Is this something to do with Ruby?