Konstantin,
On 6/18/2011 8:15 PM, Konstantin Kolinko wrote:
> I have redrawn the state diagram for trunk's
> org/apache/coyote/AsyncStateMachine.java.
Would it be worth including the state transitions in
AsyncStateMachine.java in "dot" format for rendering in GraphViz?
-chris
signature.asc
De
2011/6/19 Mark Thomas :
> On 19/06/2011 01:15, Konstantin Kolinko wrote:
>> I have redrawn the state diagram for trunk's
>> org/apache/coyote/AsyncStateMachine.java.
>
> Why?
I was trying to understand the logic behind the states and
similarities between them, without looking too much in the code
On 19/06/2011 01:15, Konstantin Kolinko wrote:
> Hi, all!
>
> I have redrawn the state diagram for trunk's
> org/apache/coyote/AsyncStateMachine.java.
Why?
> It is here:
> http://people.apache.org/~kkolinko/patches/AsyncStateMachine.txt
>
> It matches the current diagram that is included in
> A