~ubuntu-branches/ubuntu/karmic/libapache2-mod-python/karmic-updates

« back to all changes in this revision

Viewing changes to doc-html/pyapi-mpconn-meth.html

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ozarowski
  • Date: 2007-02-21 18:24:29 UTC
  • mfrom: (1.1.8 feisty)
  • Revision ID: james.westby@ubuntu.com-20070221182429-9okop7e0qpi24l85
Tags: 3.2.10-4
* Added XS-Vcs-Svn field
* Removed "db_purge" part from libapache2-mod-python.postrm
  (dh_installdebconf is generating a rule that will not fail if debconf is
  already removed)
* Added initial Spanish debconf translation from Manuel Porras Peralta.
  (closes: #411235)
* Added initial Portuguese debconf translation from Pedro Ribeiro.
  (closes: #411742)
* Added initial Galician debconf translation from Jacobo Tarrio.
  (closes: #411831)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
2
<html>
3
3
<head>
4
 
<title>4.5.4.1 Connection Methods</title>
5
 
<META NAME="description" CONTENT="4.5.4.1 Connection Methods">
 
4
<link rel="STYLESHEET" href="modpython.css" type='text/css'>
 
5
<link rel="first" href="modpython.html" title='Mod_python Manual'>
 
6
<link rel='contents' href='contents.html' title="Contents">
 
7
<link rel='index' href='genindex.html' title='Index'>
 
8
<link rel='last' href='about.html' title='About this document...'>
 
9
<link rel='help' href='about.html' title='About this document...'>
 
10
<LINK REL="next" href="pyapi-mpconn-mem.html">
 
11
<LINK REL="prev" href="pyapi-mpconn.html">
 
12
<LINK REL="parent" href="pyapi-mpconn.html">
 
13
<LINK REL="next" href="pyapi-mpconn-mem.html">
 
14
<meta name='aesop' content='information'>
 
15
<META NAME="description" CONTENT="Connection Methods">
6
16
<META NAME="keywords" CONTENT="modpython">
7
17
<META NAME="resource-type" CONTENT="document">
8
18
<META NAME="distribution" CONTENT="global">
9
 
<link rel="STYLESHEET" href="modpython.css">
10
 
<link rel="first" href="modpython.html">
11
 
<link rel="contents" href="contents.html" title="Contents">
12
 
<link rel="index" href="genindex.html" title="Index">
13
 
<LINK REL="next" href="pyapi-mpconn-mem.html">
14
 
<LINK REL="previous" href="pyapi-mpconn.html">
15
 
<LINK REL="up" href="pyapi-mpconn.html">
16
 
<LINK REL="next" href="pyapi-mpconn-mem.html">
 
19
<title>4.5.4.1 Connection Methods</title>
17
20
</head>
18
21
<body>
19
22
<DIV CLASS="navigation">
20
23
<table align="center" width="100%" cellpadding="0" cellspacing="2">
21
24
<tr>
22
 
<td><A href="pyapi-mpconn.html"><img src="icons/previous.gif"
23
 
  border="0" height="32"
24
 
  alt="Previous Page" width="32"></A></td>
25
 
<td><A href="pyapi-mpconn.html"><img src="icons/up.gif"
26
 
  border="0" height="32"
27
 
  alt="Up One Level" width="32"></A></td>
28
 
<td><A href="pyapi-mpconn-mem.html"><img src="icons/next.gif"
29
 
  border="0" height="32"
30
 
  alt="Next Page" width="32"></A></td>
 
25
<td><a rel="prev" title="4.5.4 Connection Object (mp_conn)&nbsp;" 
 
26
  href="pyapi-mpconn.html"><img src='previous.gif'
 
27
  border='0' height='32'  alt='Previous Page' width='32'></A></td>
 
28
<td><a rel="parent" title="4.5.4 Connection Object (mp_conn)&nbsp;" 
 
29
  href="pyapi-mpconn.html"><img src='up.gif'
 
30
  border='0' height='32'  alt='Up One Level' width='32'></A></td>
 
31
<td><a rel="next" title="4.5.4.2 Connection Members" 
 
32
  href="pyapi-mpconn-mem.html"><img src='next.gif'
 
33
  border='0' height='32'  alt='Next Page' width='32'></A></td>
31
34
<td align="center" width="100%">Mod_python Manual</td>
32
 
<td><A href="contents.html"><img src="icons/contents.gif"
33
 
  border="0" height="32"
34
 
  alt="Contents" width="32"></A></td>
35
 
<td><img src="icons/blank.gif"
36
 
  border="0" height="32"
37
 
  alt="" width="32"></td>
38
 
<td><A href="genindex.html"><img src="icons/index.gif"
39
 
  border="0" height="32"
40
 
  alt="Index" width="32"></A></td>
 
35
<td><a rel="contents" title="Table of Contents" 
 
36
  href="contents.html"><img src='contents.gif'
 
37
  border='0' height='32'  alt='Contents' width='32'></A></td>
 
38
<td><img src='blank.gif'
 
39
  border='0' height='32'  alt='' width='32'></td>
 
40
<td><a rel="index" title="Index" 
 
41
  href="genindex.html"><img src='index.gif'
 
42
  border='0' height='32'  alt='Index' width='32'></A></td>
41
43
</tr></table>
42
 
<b class="navlabel">Previous:</b> <a class="sectref" href="pyapi-mpconn.html">4.5.4 Connection Object (mp_conn)&nbsp;</A>
43
 
<b class="navlabel">Up:</b> <a class="sectref" href="pyapi-mpconn.html">4.5.4 Connection Object (mp_conn)&nbsp;</A>
44
 
<b class="navlabel">Next:</b> <a class="sectref" href="pyapi-mpconn-mem.html">4.5.4.2 Connection Members</A>
 
44
<b class="navlabel">Previous:</b>
 
45
<a class="sectref" rel="prev" href="pyapi-mpconn.html">4.5.4 Connection Object (mp_conn)&nbsp;</A>
 
46
<b class="navlabel">Up:</b>
 
47
<a class="sectref" rel="parent" href="pyapi-mpconn.html">4.5.4 Connection Object (mp_conn)&nbsp;</A>
 
48
<b class="navlabel">Next:</b>
 
49
<a class="sectref" rel="next" href="pyapi-mpconn-mem.html">4.5.4.2 Connection Members</A>
45
50
<br><hr>
46
51
</DIV>
47
52
<!--End of Navigation Panel-->
52
57
</H3>
53
58
 
54
59
<P>
55
 
<dl><dt><b><a name="l2h-113"><tt class="method">read</tt></a></b>(<big>[</big><var>length</var><big>]</big>)
 
60
<dl><dt><table cellpadding="0" cellspacing="0"><tr valign="baseline">
 
61
  <td><nobr><b><a name="l2h-131"><tt class="method">read</tt></a></b>(</nobr></td>
 
62
  <td><big>[</big><var>length</var><big>]</big>)</td></tr></table>
56
63
<dd>
57
64
  Reads at most <var>length</var> bytes from the client. The read blocks
58
65
  indefinitely until there is at least one byte to read. If length is
73
80
</dl>
74
81
 
75
82
<P>
76
 
<dl><dt><b><a name="l2h-114"><tt class="method">readline</tt></a></b>(<big>[</big><var>length</var><big>]</big>)
 
83
<dl><dt><table cellpadding="0" cellspacing="0"><tr valign="baseline">
 
84
  <td><nobr><b><a name="l2h-132"><tt class="method">readline</tt></a></b>(</nobr></td>
 
85
  <td><big>[</big><var>length</var><big>]</big>)</td></tr></table>
77
86
<dd>
78
87
 
79
88
<P>
86
95
</dl>
87
96
 
88
97
<P>
89
 
<dl><dt><b><a name="l2h-115"><tt class="method">write</tt></a></b>(<var>string</var>)
 
98
<dl><dt><table cellpadding="0" cellspacing="0"><tr valign="baseline">
 
99
  <td><nobr><b><a name="l2h-133"><tt class="method">write</tt></a></b>(</nobr></td>
 
100
  <td><var>string</var>)</td></tr></table>
90
101
<dd>
91
102
 
92
103
<P>
104
115
<p><hr>
105
116
<table align="center" width="100%" cellpadding="0" cellspacing="2">
106
117
<tr>
107
 
<td><A href="pyapi-mpconn.html"><img src="icons/previous.gif"
108
 
  border="0" height="32"
109
 
  alt="Previous Page" width="32"></A></td>
110
 
<td><A href="pyapi-mpconn.html"><img src="icons/up.gif"
111
 
  border="0" height="32"
112
 
  alt="Up One Level" width="32"></A></td>
113
 
<td><A href="pyapi-mpconn-mem.html"><img src="icons/next.gif"
114
 
  border="0" height="32"
115
 
  alt="Next Page" width="32"></A></td>
 
118
<td><a rel="prev" title="4.5.4 Connection Object (mp_conn)&nbsp;" 
 
119
  rel="prev" title="4.5.4 Connection Object (mp_conn)&nbsp;" 
 
120
  href="pyapi-mpconn.html"><img src='previous.gif'
 
121
  border='0' height='32'  alt='Previous Page' width='32'></A></td>
 
122
<td><a rel="parent" title="4.5.4 Connection Object (mp_conn)&nbsp;" 
 
123
  rel="parent" title="4.5.4 Connection Object (mp_conn)&nbsp;" 
 
124
  href="pyapi-mpconn.html"><img src='up.gif'
 
125
  border='0' height='32'  alt='Up One Level' width='32'></A></td>
 
126
<td><a rel="next" title="4.5.4.2 Connection Members" 
 
127
  rel="next" title="4.5.4.2 Connection Members" 
 
128
  href="pyapi-mpconn-mem.html"><img src='next.gif'
 
129
  border='0' height='32'  alt='Next Page' width='32'></A></td>
116
130
<td align="center" width="100%">Mod_python Manual</td>
117
 
<td><A href="contents.html"><img src="icons/contents.gif"
118
 
  border="0" height="32"
119
 
  alt="Contents" width="32"></A></td>
120
 
<td><img src="icons/blank.gif"
121
 
  border="0" height="32"
122
 
  alt="" width="32"></td>
123
 
<td><A href="genindex.html"><img src="icons/index.gif"
124
 
  border="0" height="32"
125
 
  alt="Index" width="32"></A></td>
 
131
<td><a rel="contents" title="Table of Contents" 
 
132
  rel="contents" title="Table of Contents" 
 
133
  href="contents.html"><img src='contents.gif'
 
134
  border='0' height='32'  alt='Contents' width='32'></A></td>
 
135
<td><img src='blank.gif'
 
136
  border='0' height='32'  alt='' width='32'></td>
 
137
<td><a rel="index" title="Index" 
 
138
  rel="index" title="Index" 
 
139
  href="genindex.html"><img src='index.gif'
 
140
  border='0' height='32'  alt='Index' width='32'></A></td>
126
141
</tr></table>
127
 
<b class="navlabel">Previous:</b> <a class="sectref" href="pyapi-mpconn.html">4.5.4 Connection Object (mp_conn)&nbsp;</A>
128
 
<b class="navlabel">Up:</b> <a class="sectref" href="pyapi-mpconn.html">4.5.4 Connection Object (mp_conn)&nbsp;</A>
129
 
<b class="navlabel">Next:</b> <a class="sectref" href="pyapi-mpconn-mem.html">4.5.4.2 Connection Members</A>
 
142
<b class="navlabel">Previous:</b>
 
143
<a class="sectref" rel="prev" href="pyapi-mpconn.html">4.5.4 Connection Object (mp_conn)&nbsp;</A>
 
144
<b class="navlabel">Up:</b>
 
145
<a class="sectref" rel="parent" href="pyapi-mpconn.html">4.5.4 Connection Object (mp_conn)&nbsp;</A>
 
146
<b class="navlabel">Next:</b>
 
147
<a class="sectref" rel="next" href="pyapi-mpconn-mem.html">4.5.4.2 Connection Members</A>
130
148
<hr>
131
 
<span class="release-info">Release 3.1.3, documentation updated on February 17, 2004.</span>
 
149
<span class="release-info">Release 3.2.10, documentation updated on July 19, 2006.</span>
132
150
</DIV>
133
151
<!--End of Navigation Panel-->
134
152