Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
In computer science, concurrency is a property of systems in which multiple computations can be performed in overlapping time periods. The computations may be executing on multiple cores in the same chip, preemptively time-shared threads on the same processor, or executed on physically separated ...
2
votes
1answer
66 views
Facebook top shared urls, update by user with interval and mysql select update
I know the title is complicated, but i was looking for some advise on this and found nothing.
Just want to ask if i'm thinking the right way.
I need to make a top facebook shared page with about 10 ...
1
vote
0answers
89 views
Why parallel/concurrent access to graphAPI to speed up retrieval of data (say “likes”) fails sometimes
We have tried to speed up our app by getting the initial information on a user of our app through a set of parallel calls using several ironworkers (dev.iron.io) on a ruby on rails based system.
we ...
0
votes
1answer
230 views
Hibernate High Concurrency and User defined @Id ’s
firstly please excuse my relative inexperience with Hibernate I’ve only really been using it in fairly standard cases, and certainly never in a scenario where I had to manage the primary key’s (@Id) ...