~ubuntu-branches/ubuntu/gutsy/libapache2-mod-python/gutsy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-07 13:18:35 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060707131835-zfp1vupanjj2e77y
Tags: 3.2.8-1ubuntu1
* Merge to Debian unstable.
* Remaining Ubuntu change: debian/{control,rules}: Drop python 2.3 package.

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
 
<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-mpfilt.html" />
11
 
<link rel="prev" href="pyapi-mprequest.html" />
12
 
<link rel="parent" href="module-apache.html" />
13
 
<link rel="next" href="pyapi-mpconn-meth.html" />
14
 
<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP" />
15
 
<meta name='aesop' content='information' />
16
 
<title>4.5.4 Connection Object (mp_conn)</title>
 
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-mpfilt.html">
 
11
<LINK REL="prev" href="pyapi-mprequest.html">
 
12
<LINK REL="parent" href="module-apache.html">
 
13
<LINK REL="next" href="pyapi-mpconn-meth.html">
 
14
<meta name='aesop' content='information'>
 
15
<META NAME="description" CONTENT="Connection Object (mp_conn)&nbsp;">
 
16
<META NAME="keywords" CONTENT="modpython">
 
17
<META NAME="resource-type" CONTENT="document">
 
18
<META NAME="distribution" CONTENT="global">
 
19
<title>4.5.4 Connection Object (mp_conn)&nbsp;</title>
17
20
</head>
18
21
<body>
19
22
<DIV CLASS="navigation">
20
 
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
21
23
<table align="center" width="100%" cellpadding="0" cellspacing="2">
22
24
<tr>
23
 
<td class='online-navigation'><a rel="prev" title="4.5.3.2 Request Members"
24
 
  href="pyapi-mprequest-mem.html"><img src='previous.png'
25
 
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
26
 
<td class='online-navigation'><a rel="parent" title="4.5 apache - Access"
27
 
  href="module-apache.html"><img src='up.png'
28
 
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
29
 
<td class='online-navigation'><a rel="next" title="4.5.4.1 Connection Methods"
30
 
  href="pyapi-mpconn-meth.html"><img src='next.png'
31
 
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
 
25
<td><a rel="prev" title="4.5.3.2 Request Members" 
 
26
  href="pyapi-mprequest-mem.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 apache - Access" 
 
29
  href="module-apache.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.1 Connection Methods" 
 
32
  href="pyapi-mpconn-meth.html"><img src='next.gif'
 
33
  border='0' height='32'  alt='Next Page' width='32'></A></td>
32
34
<td align="center" width="100%">Mod_python Manual</td>
33
 
<td class='online-navigation'><a rel="contents" title="Table of Contents"
34
 
  href="contents.html"><img src='contents.png'
35
 
  border='0' height='32'  alt='Contents' width='32' /></A></td>
36
 
<td class='online-navigation'><img src='blank.png'
37
 
  border='0' height='32'  alt='' width='32' /></td>
38
 
<td class='online-navigation'><a rel="index" title="Index"
39
 
  href="genindex.html"><img src='index.png'
40
 
  border='0' height='32'  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
 
<div class='online-navigation'>
43
44
<b class="navlabel">Previous:</b>
44
45
<a class="sectref" rel="prev" href="pyapi-mprequest-mem.html">4.5.3.2 Request Members</A>
45
46
<b class="navlabel">Up:</b>
46
47
<a class="sectref" rel="parent" href="module-apache.html">4.5 apache - Access</A>
47
48
<b class="navlabel">Next:</b>
48
49
<a class="sectref" rel="next" href="pyapi-mpconn-meth.html">4.5.4.1 Connection Methods</A>
49
 
</div>
50
 
<hr /></div>
 
50
<br><hr>
51
51
</DIV>
52
52
<!--End of Navigation Panel-->
53
53
 
54
 
<H2><A NAME="SECTION006540000000000000000"></A><A NAME="pyapi-mpconn"></A>
 
54
<H2><A NAME="SECTION006540000000000000000">&nbsp;</A>
55
55
<BR>
56
 
4.5.4 Connection Object (mp_conn)<a id='l2h-115' xml:id='l2h-115'></a>
 
56
4.5.4 Connection Object (mp_conn)<a name="l2h-124">&nbsp;</a>
57
57
</H2>
58
58
 
59
59
<P>
62
62
 
63
63
<P>
64
64
 
65
 
<p><br /></p><hr class='online-navigation' />
66
 
<div class='online-navigation'>
 
65
<p><hr>
67
66
<!--Table of Child-Links-->
68
 
<A NAME="CHILD_LINKS"><STRONG></STRONG></a>
 
67
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></a>
69
68
 
70
69
<UL CLASS="ChildLinks">
71
70
<LI><A href="pyapi-mpconn-meth.html">4.5.4.1 Connection Methods</a>
72
71
<LI><A href="pyapi-mpconn-mem.html">4.5.4.2 Connection Members</a>
73
72
</ul>
74
73
<!--End of Table of Child-Links-->
75
 
</div>
76
74
 
77
75
<DIV CLASS="navigation">
78
 
<div class='online-navigation'>
79
 
<p></p><hr />
 
76
<p><hr>
80
77
<table align="center" width="100%" cellpadding="0" cellspacing="2">
81
78
<tr>
82
 
<td class='online-navigation'><a rel="prev" title="4.5.3.2 Request Members"
83
 
  href="pyapi-mprequest-mem.html"><img src='previous.png'
84
 
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
85
 
<td class='online-navigation'><a rel="parent" title="4.5 apache - Access"
86
 
  href="module-apache.html"><img src='up.png'
87
 
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
88
 
<td class='online-navigation'><a rel="next" title="4.5.4.1 Connection Methods"
89
 
  href="pyapi-mpconn-meth.html"><img src='next.png'
90
 
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
 
79
<td><a rel="prev" title="4.5.3.2 Request Members" 
 
80
  rel="prev" title="4.5.3.2 Request Members" 
 
81
  href="pyapi-mprequest-mem.html"><img src='previous.gif'
 
82
  border='0' height='32'  alt='Previous Page' width='32'></A></td>
 
83
<td><a rel="parent" title="4.5 apache - Access" 
 
84
  rel="parent" title="4.5 apache - Access" 
 
85
  href="module-apache.html"><img src='up.gif'
 
86
  border='0' height='32'  alt='Up One Level' width='32'></A></td>
 
87
<td><a rel="next" title="4.5.4.1 Connection Methods" 
 
88
  rel="next" title="4.5.4.1 Connection Methods" 
 
89
  href="pyapi-mpconn-meth.html"><img src='next.gif'
 
90
  border='0' height='32'  alt='Next Page' width='32'></A></td>
91
91
<td align="center" width="100%">Mod_python Manual</td>
92
 
<td class='online-navigation'><a rel="contents" title="Table of Contents"
93
 
  href="contents.html"><img src='contents.png'
94
 
  border='0' height='32'  alt='Contents' width='32' /></A></td>
95
 
<td class='online-navigation'><img src='blank.png'
96
 
  border='0' height='32'  alt='' width='32' /></td>
97
 
<td class='online-navigation'><a rel="index" title="Index"
98
 
  href="genindex.html"><img src='index.png'
99
 
  border='0' height='32'  alt='Index' width='32' /></A></td>
 
92
<td><a rel="contents" title="Table of Contents" 
 
93
  rel="contents" title="Table of Contents" 
 
94
  href="contents.html"><img src='contents.gif'
 
95
  border='0' height='32'  alt='Contents' width='32'></A></td>
 
96
<td><img src='blank.gif'
 
97
  border='0' height='32'  alt='' width='32'></td>
 
98
<td><a rel="index" title="Index" 
 
99
  rel="index" title="Index" 
 
100
  href="genindex.html"><img src='index.gif'
 
101
  border='0' height='32'  alt='Index' width='32'></A></td>
100
102
</tr></table>
101
 
<div class='online-navigation'>
102
103
<b class="navlabel">Previous:</b>
103
104
<a class="sectref" rel="prev" href="pyapi-mprequest-mem.html">4.5.3.2 Request Members</A>
104
105
<b class="navlabel">Up:</b>
105
106
<a class="sectref" rel="parent" href="module-apache.html">4.5 apache - Access</A>
106
107
<b class="navlabel">Next:</b>
107
108
<a class="sectref" rel="next" href="pyapi-mpconn-meth.html">4.5.4.1 Connection Methods</A>
108
 
</div>
109
 
</div>
110
 
<hr />
111
 
<span class="release-info">Release 3.1.3, documentation updated on January 29, 2005.</span>
 
109
<hr>
 
110
<span class="release-info">Release 3.2.8, documentation updated on February 19, 2006.</span>
112
111
</DIV>
113
112
<!--End of Navigation Panel-->
114
113