Re: [mp2]opaque string-content tables

2005-02-15 Thread Jie Gao
On Tue, 15 Feb 2005, Stas Bekman wrote: Date: Tue, 15 Feb 2005 17:52:19 -0500 From: Stas Bekman [EMAIL PROTECTED] To: Jie Gao [EMAIL PROTECTED] Cc: modperl@perl.apache.org Subject: Re: [mp2]opaque string-content tables Jie Gao wrote: On Tue, 15 Feb 2005, Jie Gao wrote: Date

Re: [mp2]opaque string-content tables

2005-02-15 Thread Stas Bekman
Jie Gao wrote: What does it mean by opaque? On the C level that means: you can put in strings and whatever you put in your get out. On the Perl level that means that we convert any scalars into strings and store that. Any special information that was in the perl scalar is not stored. So for

Re: [mp2]opaque string-content tables

2005-02-15 Thread Jie Gao
On Tue, 15 Feb 2005, Stas Bekman wrote: Date: Tue, 15 Feb 2005 18:12:26 -0500 From: Stas Bekman [EMAIL PROTECTED] To: Jie Gao [EMAIL PROTECTED] Cc: modperl@perl.apache.org Subject: Re: [mp2]opaque string-content tables Jie Gao wrote: What does it mean by opaque? On the C level

Re: [mp2]opaque string-content tables

2005-02-15 Thread Stas Bekman
Jie Gao wrote: [please try to trim the irrelevant chunks from your replies :) thanks ] When you will want a performance boost, you will want to switch to libapreq2 (Apache::Request). Where is it? http://httpd.apache.org/apreq/ -- __

Re: [mp2]opaque string-content tables

2005-02-15 Thread Jie Gao
On Tue, 15 Feb 2005, Stas Bekman wrote: Date: Tue, 15 Feb 2005 18:26:07 -0500 From: Stas Bekman [EMAIL PROTECTED] To: Jie Gao [EMAIL PROTECTED] Cc: modperl@perl.apache.org Subject: Re: [mp2]opaque string-content tables Jie Gao wrote: [please try to trim the irrelevant chunks from your

Re: [mp2]opaque string-content tables

2005-02-15 Thread Stas Bekman
Jie Gao wrote: When you will want a performance boost, you will want to switch to libapreq2 (Apache::Request). Where is it? http://httpd.apache.org/apreq/ Thanks. I've got it over but am having trouble doing make test: waiting 60 seconds for server to start: .Syntax error on line 29 of

Re: [mp2]opaque string-content tables

2005-02-15 Thread Jie Gao
On Tue, 15 Feb 2005, Stas Bekman wrote: Date: Tue, 15 Feb 2005 18:26:07 -0500 From: Stas Bekman [EMAIL PROTECTED] To: Jie Gao [EMAIL PROTECTED] Cc: modperl@perl.apache.org Subject: Re: [mp2]opaque string-content tables Jie Gao wrote: [please try to trim the irrelevant chunks from your

[mp2]opaque string-content tables

2005-02-14 Thread Jie Gao
Hi All, APR::Table allows its users to manipulate opaque string-content tables. What does it mean by opaque? Thanks, Jie