Seema Alevoor wrote:
>
>> Were these large file settings added to
>> * enable large file support in APR (needed with an Apache 2.0 build; not
>> needed with Apache 2.2 build)
>> or
>> * fix an application or other issue in the way that APR enables large
>> file support
>>
>
> Unfortunately,
On 08/18/08 18:47, Jeff Trawick wrote:
> Seema Alevoor wrote:
>> On 08/14/08 20:51, Jeff Trawick wrote:
>>
>>> Seema Alevoor wrote:
>>>
I have updated the webrev ( http://cr.opensolaris.org/~seema/6670736/ ).
Main changes include patches to apr_hints.m4 and apr_common.m4
>>
On 08/14/08 20:51, Jeff Trawick wrote:
> Seema Alevoor wrote:
>> I have updated the webrev ( http://cr.opensolaris.org/~seema/6670736/ ).
>>
>> Main changes include patches to apr_hints.m4 and apr_common.m4
>> apr_hints.m4 - to add the threaded flags.
> Attached is an updated patch to solve:
> *
Seema Alevoor wrote:
> On 08/14/08 20:51, Jeff Trawick wrote:
>
>> Seema Alevoor wrote:
>>
>>> I have updated the webrev ( http://cr.opensolaris.org/~seema/6670736/ ).
>>>
>>> Main changes include patches to apr_hints.m4 and apr_common.m4
>>> apr_hints.m4 - to add the threaded flags.
>>>
On 08/14/08 11:19, Seema Alevoor wrote:
>
> On 08/14/08 03:50, Basant Kukreja wrote:
>> On Thu, Aug 14, 2008 at 01:36:22AM +0530, Seema Alevoor wrote:
>>> I have updated the webrev ( http://cr.opensolaris.org/~seema/6670736/ ).
>>>
>>> Main changes include patches to apr_hints.m4 and apr_common.
Seema Alevoor wrote:
> On 08/14/08 02:20, Jeff Trawick wrote:
>
>> Seema Alevoor wrote:
>>
>>> I have updated the webrev ( http://cr.opensolaris.org/~seema/6670736/ ).
>>>
>>> Main changes include patches to apr_hints.m4 and apr_common.m4
>>> apr_hints.m4 - to add the threaded flags.
>>>
>>
On 08/14/08 02:20, Jeff Trawick wrote:
> Seema Alevoor wrote:
>> I have updated the webrev ( http://cr.opensolaris.org/~seema/6670736/ ).
>>
>> Main changes include patches to apr_hints.m4 and apr_common.m4
>> apr_hints.m4 - to add the threaded flags.
>>
>> apr_common.m4 - to use the Sun compiler
Seema Alevoor wrote:
> I have updated the webrev ( http://cr.opensolaris.org/~seema/6670736/ ).
>
> Main changes include patches to apr_hints.m4 and apr_common.m4
> apr_hints.m4 - to add the threaded flags.
Attached is an updated patch to solve:
* We can't change default for --enable-threads
* Hide
On 08/14/08 03:50, Basant Kukreja wrote:
> On Thu, Aug 14, 2008 at 01:36:22AM +0530, Seema Alevoor wrote:
>> I have updated the webrev ( http://cr.opensolaris.org/~seema/6670736/ ).
>>
>> Main changes include patches to apr_hints.m4 and apr_common.m4
>> apr_hints.m4 - to add the threaded flags.
>
I have updated the webrev ( http://cr.opensolaris.org/~seema/6670736/ ).
Main changes include patches to apr_hints.m4 and apr_common.m4
apr_hints.m4 - to add the threaded flags.
apr_common.m4 - to use the Sun compiler's flag, "-xM" to generate
makefile dependencies. Since, for httpd we use the b
Seema Alevoor wrote:
> I have updated the webrev ( http://cr.opensolaris.org/~seema/6670736/ ).
>
> Main changes include patches to apr_hints.m4 and apr_common.m4
> apr_hints.m4 - to add the threaded flags.
>
> apr_common.m4 - to use the Sun compiler's flag, "-xM" to generate
> makefile dependenci
On Thu, Aug 14, 2008 at 01:36:22AM +0530, Seema Alevoor wrote:
> I have updated the webrev ( http://cr.opensolaris.org/~seema/6670736/ ).
>
> Main changes include patches to apr_hints.m4 and apr_common.m4
> apr_hints.m4 - to add the threaded flags.
>
> apr_common.m4 - to use the Sun compiler's fl
I agree with Jeff's concern that we should add "-mt" in apr rather than in
apache.
Sriram, Regarding your concern that some customer may not want to compile their
application/module with -mt.
* All apache modules which prefork mpm loads are compiled with "-mt" so
it won't have any effect if cus
Jeff Trawick wrote:
> Sriram Natarajan wrote:
>> Jeff - You have some valid points. If you notice the some of the
>> comments history in this bug - 6670736 - this point was indeed discussed.
> Does this show the comments history?
> http://bugs.opensolaris.org/view_bug.do?bug_id=6670736 (I do
Seema Alevoor wrote:
>
>> It sounds to me like the APR hard-coding of flags for threads on Solaris
>> should look like:
>>
>> if !disable-threads
>> if $CC -flags | grep -- '^-mt.*multi-threaded' >/dev/null 2>&1
>> use -mt for compiling and linking
>> else
>> use -D_POSIX_PTHREAD_SEMA
Sriram Natarajan wrote:
> Jeff - You have some valid points. If you notice the some of the
> comments history in this bug - 6670736 - this point was indeed discussed.
Does this show the comments history?
http://bugs.opensolaris.org/view_bug.do?bug_id=6670736 (I don't see the
comments, or any
Seema Alevoor wrote:
> I have updated the webrev ( http://cr.opensolaris.org/~seema/6670736 ).
> This fix also includes a change in the compiler optimization level to -xO4
> (same as that of CoolStack).
>
>
Regarding the change for -mt:
APR already uses -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT,
Jeff - You have some valid points. If you notice the some of the
comments history in this bug - 6670736 - this point was indeed
discussed. But, some one pointed out why we could have '-mt' set within
our project Makefile to avoid any misinterpretation. Also, please note
that in our environment,
I have updated the webrev ( http://cr.opensolaris.org/~seema/6670736 ).
This fix also includes a change in the compiler optimization level to -xO4
(same as that of CoolStack).
Kindly review.
Thanks,
Seema.
Seema Alevoor wrote:
> Hi,
>
> Please review the fix for CR 6670736 (apache worker mpm n
Hi,
Please review the fix for CR 6670736 (apache worker mpm needs to be compiled
with -mt).
Webrev is at http://cr.opensolaris.org/~seema/6670736
Thanks,
Seema.
20 matches
Mail list logo