Hi all,

        Where is the data from the client request held? What I mean is,
where does the data get put to be read from the pool and request structs
in mathopd? What is the preferred method of reading this data and using
it? For example, consider the following request:

=== BEGIN request =========================
POST /RPC2 HTTP/1.0
User-Agent: Frontier/5.1.2 (WinNT)
Host: betty.userland.com
Content-Type: text/xml
Content-length: 181

<?xml version="1.0"?>
<methodCall>
<methodName>examples.getStateName</methodName>
 <params>
  <param>
   <value><i4>41</i4></value>
  </param>
 </params>
</methodCall>

=== END request =========================

Where, in mathopd, would the portion of the request starting with "<?xml
version="1.0"?>" be stored? And what is the preferred method of accessing
that data without SIGSEGV'ing the process every time one of these requests
comes in?

<< T o b i a s   D i P a s q u a l e >>
web: http://cbcg.net/
mailto: [EMAIL PROTECTED]
trade: Software Engineer 
skillset: Linux/BSD/UNIX/C/Java/Ruby


Reply via email to