Advertisement
Guest User

Multithread

a guest
Aug 26th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. Connection pool created.
  2. ----First Thread started----
  3. INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 5]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=721122}
  4. /postMatches
  5. Async Supported? true
  6. One thread in!
  7. https://na.api.pvp.net/api/lol/na/v2.2/matchlist/by-summoner/63662732?RankedQueues=RANKED_SOLO_5x5&seasons=SEASON2015,PRESEASON2015&api_key=d59dcb6a-60f7-48a4-98f5-13b301357701
  8. Stops right before API call
  9. AppAsyncListener onComplete
  10. Aug 26, 2015 12:09:58 PM com.mongodb.diagnostics.logging.JULLogger log
  11. INFO: Opened connection [connectionId{localValue:2, serverValue:7}] to localhost:27017
  12. successful! Time: 21
  13. ----First Thread stopped----
  14. ----second Thread started----
  15.  
  16. /postMatches
  17. Async Supported? true
  18. One thread in!
  19. https://na.api.pvp.net/api/lol/na/v2.2/matchlist/by-summoner/24481942?RankedQueues=RANKED_SOLO_5x5&seasons=SEASON2015,PRESEASON2015&api_key=d59dcb6a-60f7-48a4-98f5-13b301357701
  20. Stops right before API call
  21. AppAsyncListener onComplete
  22. successful! Time: 241
  23. ----Second Thread stopped----
  24. ----third Thread started----
  25.  
  26. /postMatches
  27. Async Supported? true
  28. One thread in!
  29. https://na.api.pvp.net/api/lol/na/v2.2/matchlist/by-summoner/28900274?RankedQueues=RANKED_SOLO_5x5&seasons=SEASON2015,PRESEASON2015&api_key=d59dcb6a-60f7-48a4-98f5-13b301357701
  30. Stops right before API call
  31. AppAsyncListener onComplete
  32. successful! Time: 539
  33. ----Third Thread stopped----
  34.  
  35. /**multithreading**/
  36.  
  37. INFO: Opened connection [connectionId{localValue:3, serverValue:8}] to localhost:27017
  38. --first thread in---
  39. /postMatches
  40. Async Supported? true
  41. One thread in!
  42. --second thread in---
  43. /postMatches
  44. Async Supported? true
  45. One thread in!
  46. successful! Time: 21
  47. --first thread stopped-
  48. /postMatches
  49. Async Supported? true
  50. --third thread in--
  51. One thread in!
  52. https://na.api.pvp.net/api/lol/na/v2.2/matchlist/by-summoner/28900274?RankedQueues=RANKED_SOLO_5x5&seasons=SEASON2015,PRESEASON2015&api_key=d59dcb6a-60f7-48a4-98f5-13b301357701
  53. Stops right before API call
  54. AppAsyncListener onComplete
  55. successful! Time: 477
  56. --second thread stopped--
  57. successful! Time: 663
  58. --third thread stopped--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement