User:Brahmana/Netwerk Docs/Channel Connection Relation: Difference between revisions
Jump to navigation
Jump to search
m (changed found to created) |
(made the numbered list) |
||
| Line 5: | Line 5: | ||
I have few questions regarding all this: | I have few questions regarding all this: | ||
# Where is the socket opened and an actual TCP connection is made? | |||
# When do actually things get multithreaded? Because the sequence flow here stops at EnsureWaiting(), when will it come out of waiting? | |||
There are a few, which I will put up once I have answers to these. | There are a few, which I will put up once I have answers to these. | ||
Revision as of 15:33, 9 July 2008
Here is the sequence diagram that I created by tracing the code:
I have few questions regarding all this:
- Where is the socket opened and an actual TCP connection is made?
- When do actually things get multithreaded? Because the sequence flow here stops at EnsureWaiting(), when will it come out of waiting?
There are a few, which I will put up once I have answers to these.
