~ubuntu-branches/ubuntu/wily/trafficserver/wily

« back to all changes in this revision

Viewing changes to doc/sdk/continuations/how-to-activate-continuations.en.rst

  • Committer: Package Import Robot
  • Author(s): Arno Töll
  • Date: 2014-01-29 03:01:12 UTC
  • mfrom: (1.2.3)
  • mto: (5.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20140129030112-z48a4g1pg5gctz7z
Tags: upstream-4.1.2
Import upstream version 4.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
How to Activate Continuations
 
2
*****************************
 
3
 
 
4
.. Licensed to the Apache Software Foundation (ASF) under one
 
5
   or more contributor license agreements.  See the NOTICE file
 
6
  distributed with this work for additional information
 
7
  regarding copyright ownership.  The ASF licenses this file
 
8
  to you under the Apache License, Version 2.0 (the
 
9
  "License"); you may not use this file except in compliance
 
10
  with the License.  You may obtain a copy of the License at
 
11
 
 
12
   http://www.apache.org/licenses/LICENSE-2.0
 
13
 
 
14
  Unless required by applicable law or agreed to in writing,
 
15
  software distributed under the License is distributed on an
 
16
  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 
17
  KIND, either express or implied.  See the License for the
 
18
  specific language governing permissions and limitations
 
19
  under the License.
 
20
 
 
21
Continuations are activated when they receive an event or by
 
22
``TSContSchedule`` (which schedules a continuation to receive an event).
 
23
Continuations might receive an event because:
 
24
 
 
25
-  Your plugin calls ``TSContCall``
 
26
 
 
27
-  The Traffic Server HTTP state machine sends an event corresponding to
 
28
   a particular HTTP hook
 
29
 
 
30
-  A Traffic Server IO processor (such as a cache processor or net
 
31
   processor) is letting a continuation know there is data (cache or
 
32
   network) available to read or write. These callbacks are a result of
 
33
   using functions such ``TSVConnRead``/``Write`` or
 
34
   ``TSCacheRead``/``Write``
 
35
 
 
36