| Looks good, should be a straightforward integration and it should be
| easy for other components to work with it (i.e.: Lighttpd which requires
| lua for some key modules). I also like the fact that the plan is not to
| version it.
|
| I'll try building Lighttpd with the layout that you are p
On Tue, Aug 12, 2008 at 5:02 AM, Sunanda Menon wrote:
> Hi ,
>
> I would again like to bring up this MySQL 5.1 Integration ARC Case for
> discussion and please let me know your comments ASAP.
> The Changes that have been proposed to this ARC Case
> http://wikis.sun.com/display/WebStack/MySQL+51Arc
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
Looks good, should be a straightforward integration and it should be
easy for other components to work with it (i.e.: Lighttpd which requires
lua for some key modules). I also like the fact that the plan is not to
version it.
I'll try building Lighttpd with the layout that you are proposing, se
Hi,
Please find attached the DRAFT ARC case for including lua 5.1.3
to opensolaris.
rahul
-- next part --
Including Lua 5.1.3 with OpenSolaris
12 August 2008
1.Summary and motivation
1.1.Introduction
This FastTrack
Hi ,
I would again like to bring up this MySQL 5.1 Integration ARC Case for
discussion and please let me know your comments ASAP.
The Changes that have been proposed to this ARC Case
http://wikis.sun.com/display/WebStack/MySQL+51ArcCase are
1) Coexistence of 5.0 and 5.1 in OpenSolaris .
2) Int