[#3479] Missing .document files for ext/ libraries — Brian Candler <B.Candler@...>

The ri documentation for zlib, strscan and iconv doesn't get built by 'make

12 messages 2004/10/06

[#3492] Re: ANN: Free-form-operators patch — Markus <markus@...>

> In message "Re: ANN: Free-form-operators patch"

15 messages 2004/10/11
[#3493] Re: ANN: Free-form-operators patch — Yukihiro Matsumoto <matz@...> 2004/10/11

Hi,

[#3495] Re: ANN: Free-form-operators patch — Markus <markus@...> 2004/10/12

On Mon, 2004-10-11 at 16:16, Yukihiro Matsumoto wrote:

[#3561] 1.8.2 - what can we do to help? — Dave Thomas <dave@...>

Folks:

23 messages 2004/10/26
[#3562] Re: 1.8.2 - what can we do to help? — Yukihiro Matsumoto <matz@...> 2004/10/27

Hi,

Re: Ruby, pthreads, and HPUX 11

From: Jamis Buck <jgb3@...>
Date: 2004-10-31 14:15:16 UTC
List: ruby-core #3662
ts wrote:
>>>>>>"J" == Jamis Buck <jgb3@email.byu.edu> writes:
> 
> 
> J> Thanks for the suggestions, Brian. Any other ideas? How do Perl or 
> J> Python deal with pthreads? Any chance a clue could be gleaned from those?
> 
>  Well, try to look if it don't exist a bad interaction on HP/UX between
>  setjmp/longjmp and pthread (know problem ???). This seems really specific
>  to HP/UX

I haven't seen any such reports, which surprised me. In particular, it 
appears that Oracle uses pthread, and it runs without problems on HPUX 
(we use it in production, with--at peak times--millions of hits per day 
to our DB servers) Of course, Oracle may not be using setjmp/longjmp.

I'll try to write  a small C program to see if I can duplicate the 
problem that way.

Thanks for the suggestions.

-- 
Jamis Buck
jgb3@email.byu.edu
http://www.jamisbuck.org/jamis

In This Thread