<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: The HP-UX Operating Systems Team Wants Your Feedback in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541822#M879417</link>
    <description>1. yes we are not linking our appliction with posix provided by DCE, we usually create 32 threads , i don't have any idea about MxN threads.&lt;BR /&gt;2. we don't use any tools to analyze/tune the multi-threaded application performance.i would like to have some tools to achive this.&lt;BR /&gt;3.In our application we use system V message queues,shared memory and semaphores</description>
    <pubDate>Tue, 19 Jun 2001 04:27:09 GMT</pubDate>
    <dc:creator>Ravi_8</dc:creator>
    <dc:date>2001-06-19T04:27:09Z</dc:date>
    <item>
      <title>The HP-UX Operating Systems Team Wants Your Feedback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541821#M879416</link>
      <description>Hello HP-UX Community Members,&lt;BR /&gt;&lt;BR /&gt;We are the HP-UX OS team engineers in Cupertino, California. Currently we are investigating how customers use the Pthreads library in their work environment. We want to gather feedback from you that will help us design future versions of the Pthread library to better fit your needs. You can be a part of this exciting process by responding to any or all of the 3 groups of questions posted in the HP Forum.  We do not intend to use your information to create a mailing list. Likewise, we will not pass your names on to marketing or anything of that sort. None of your private information (like email, address, name, company, etc) will be shared with anyone. Our intentions are only to improve Pthreads, not to annoy you with unwanted solicitors. &lt;BR /&gt;&lt;BR /&gt;We greatly appreciate your input into this investigation and we look forward to hearing your feedback on future product enhancement ideas.  &lt;BR /&gt;&lt;BR /&gt;Thank you, &lt;BR /&gt;&lt;BR /&gt;THE HP-UX OS TEAM&lt;BR /&gt;&lt;BR /&gt;PLEASE NOTE: This is NOT a defect logging mechanism. We will not be providing solutions to those types of questions. The purpose of this is solely to collect helpful and valuable information about future product development.&lt;BR /&gt;&lt;BR /&gt;Pthreads Questions&lt;BR /&gt;&lt;BR /&gt;1)HP-UX supports the POSIX.1c pthread library from 11.0 onwards.  Are you linking your multi-threaded apps with the POSIX.1c pthread library  (/usr/lib/libpthread.sl)  or the earlier one provided by DCE (/usr/lib/libcma.sl)  ?  How many threads on an average do you create in your application? Would you like to migrate to the MxN thread model to be released soon by HP?&lt;BR /&gt;&lt;BR /&gt;2)Do you use any kind of tools to analyze/tune your multi-threaded app performance? If so, what are they? What kind of tools would you like to have?  Would you like to tune certain parameters in the pthread library to improve your app?s performance? Would you be interested   in   achieving   performance   improvement   with some non-standard features?&lt;BR /&gt;&lt;BR /&gt;3)What kind of synchronization and IPC mechanisms do you use in your application?&lt;BR /&gt;1)pthread mutexes&lt;BR /&gt;2)pthread condition variables&lt;BR /&gt;3)pthread read-write locks&lt;BR /&gt;4)System V message queues/ semaphores / shared memory&lt;BR /&gt;5)POSIX semaphores&lt;BR /&gt;6)Memory semaphores (OSF AES semaphores)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jun 2001 17:41:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541821#M879416</guid>
      <dc:creator>HP-UX OS TEAM</dc:creator>
      <dc:date>2001-06-18T17:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: The HP-UX Operating Systems Team Wants Your Feedback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541822#M879417</link>
      <description>1. yes we are not linking our appliction with posix provided by DCE, we usually create 32 threads , i don't have any idea about MxN threads.&lt;BR /&gt;2. we don't use any tools to analyze/tune the multi-threaded application performance.i would like to have some tools to achive this.&lt;BR /&gt;3.In our application we use system V message queues,shared memory and semaphores</description>
      <pubDate>Tue, 19 Jun 2001 04:27:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541822#M879417</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-06-19T04:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: The HP-UX Operating Systems Team Wants Your Feedback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541823#M879418</link>
      <description>Hello Pthreads-team,&lt;BR /&gt;&lt;BR /&gt;1) for most multi-threaded apps I am using DCE anyway,&lt;BR /&gt;    so I have to be portable to other DCE-implementations&lt;BR /&gt;    but it would be nice to have some kind of "-Defines"&lt;BR /&gt;    to switch behaviour.&lt;BR /&gt;    What are "MxN" threads?&lt;BR /&gt;2) Self-written checking, have not investigated the &lt;BR /&gt;    "Wildebeest", yet - does it allow analyzis of DCE-&lt;BR /&gt;    threads anyway?&lt;BR /&gt;3) For the DCE apps of course mutexes and condition&lt;BR /&gt;    variables, only rarely POSIX semaphores...&lt;BR /&gt;&lt;BR /&gt;Where do you publish the "results", i.e. what you will&lt;BR /&gt;implement in the future (HP-UX12?)???&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;   Wodisch&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jun 2001 20:49:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541823#M879418</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-06-19T20:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: The HP-UX Operating Systems Team Wants Your Feedback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541824#M879419</link>
      <description>It would be totally sufficient if such software like eg. Apache-2.0 or a multithreading BIND-9.x will build and work successfully.&lt;BR /&gt;&lt;BR /&gt;This is - after all - where HP fails to offer adequate up-to-date software themselves.</description>
      <pubDate>Wed, 20 Jun 2001 07:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541824#M879419</guid>
      <dc:creator>Ralf Hildebrandt</dc:creator>
      <dc:date>2001-06-20T07:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: The HP-UX Operating Systems Team Wants Your Feedback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541825#M879420</link>
      <description>1)using DCE &lt;BR /&gt;&lt;BR /&gt;I know nothing about MxN.&lt;BR /&gt;&lt;BR /&gt;2)Don't know of any tools to use.&lt;BR /&gt;Tell us about non-standard features.&lt;BR /&gt;&lt;BR /&gt;3)mutexes / semaphores / shared memory &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jun 2001 11:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541825#M879420</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-06-20T11:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: The HP-UX Operating Systems Team Wants Your Feedback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541826#M879421</link>
      <description>Hi,&lt;BR /&gt;1) /usr/lib/libpthread.sl&lt;BR /&gt;I also know nothing about MxN&lt;BR /&gt;&lt;BR /&gt;2)No...&lt;BR /&gt;&lt;BR /&gt;3) -&amp;gt; System V...&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 20 Jun 2001 11:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541826#M879421</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2001-06-20T11:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: The HP-UX Operating Systems Team Wants Your Feedback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541827#M879422</link>
      <description>1. Yes - already migrated to pthread (MxN).&lt;BR /&gt;2. No - tools are not required.&lt;BR /&gt;3. Thread, Mutex, Semaphores are used.&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jun 2001 13:42:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541827#M879422</guid>
      <dc:creator>Steve Woloszyn</dc:creator>
      <dc:date>2001-06-21T13:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: The HP-UX Operating Systems Team Wants Your Feedback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541828#M879423</link>
      <description>We don't sell any multi-threaded applications but we do sell a single-threaded shared library that gets used by several customer's multi-threaded applications. The problem they typcially have is that we build on our 10.20 system (which is kept there because a) its a 715 and b) we need to keep a very conservative least common denominator) with its POSIX 1003.4 pthreads. That doesn't work well with many of these multi-threaded applications.&lt;BR /&gt;&lt;BR /&gt;On AIX, OSF, and Solaris, where there's a more recent POSIX snapshot, we can build our library so its thread aware and our customers can use us in their multi-threaded applications.&lt;BR /&gt;&lt;BR /&gt;So ... I'd have to say that I'd like to see the update to pthreads.&lt;BR /&gt;-- &lt;BR /&gt;thanks for asking,&lt;BR /&gt;Karl&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jun 2001 17:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541828#M879423</guid>
      <dc:creator>Karl Staas_1</dc:creator>
      <dc:date>2001-06-21T17:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: The HP-UX Operating Systems Team Wants Your Feedback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541829#M879424</link>
      <description>I'll chose to answer the three questions w.r.t. my previous employment (a database engine):&lt;BR /&gt;&lt;BR /&gt;1) The DB server- and client-side libraries were linked with /usr/lib/libpthread on HP11.00 (and with libcma on 10.20).  The server could sometimes spawn thousands of threads (one per client).  The MxN scheduling model would certainly be desirable.&lt;BR /&gt;&lt;BR /&gt;2) I didn't end up using ttv (much though I would have liked to); a character interface to ttv would have encouraged me to use it, as the slow connection wouldn't have posed as grave a bottleneck to it...&lt;BR /&gt;&lt;BR /&gt;I would like to have the following analysis tools:&lt;BR /&gt;+ A runtime tool that logs, detects &amp;amp; reports the lack of consistency in the order in which threads acquire different mutexes--something that, if I understand correctly, will result in a deadlock in a time-critical fashion...&lt;BR /&gt;+ A log (structured per condition-variable) that will help identify in terms of thread-identity the sequence in which the threads blocked on a CV acquired the associated mutex, in response to a pthread_cond_broadcast&lt;BR /&gt;&lt;BR /&gt;I would like the following level of tunability:&lt;BR /&gt;+ If an appln. is single threaded but links with libpthread only to avail of the thread-local-storage scope which is integral to the API the appln. must use, there shouldn't be any significant overhead; there is a libc patch that allows the such an appln to be de-linked from libpthread and what I am saying is such a relink with a patched libc should not be necessary--it should happen transparently by the same libpthread...&lt;BR /&gt;+ Some benchmarking information and guidance about the judicious use of _M_ARENA_OPTS&lt;BR /&gt;&lt;BR /&gt;3) The appln used pthread mutexes &amp;amp; condition variables and an assembly-level module that implemented interfaces similar to the libc interfaces _check_lock( ), _safe_fetch on AIX4.3.3  (why doesn't HP export the same??); for IPC, we used shared memory &amp;amp; message queues.&lt;BR /&gt;&lt;BR /&gt;Further, I would like the following enhancements:&lt;BR /&gt;+ An error/signal when the 64KB thread-stack overflows&lt;BR /&gt;+ The dynamic loader should be able to load libraries that use thread-local-storage.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Sun, 08 Jul 2001 12:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541829#M879424</guid>
      <dc:creator>Kiran N. Mehta</dc:creator>
      <dc:date>2001-07-08T12:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: The HP-UX Operating Systems Team Wants Your Feedback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541830#M879425</link>
      <description>1) Using DCE. Mostly 2 threads, rarely 3 threads.&lt;BR /&gt;2) We don't have any tools... like to have some. We have scripts to monitor.&lt;BR /&gt;3) We use threads, shared memory and semaphores.&lt;BR /&gt;&lt;BR /&gt;Cheers...&lt;BR /&gt;Satish.</description>
      <pubDate>Sun, 08 Jul 2001 16:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541830#M879425</guid>
      <dc:creator>Satish Y</dc:creator>
      <dc:date>2001-07-08T16:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: The HP-UX Operating Systems Team Wants Your Feedback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541831#M879426</link>
      <description>We use libpthread with about 50 threads per process with HP/UX 11.0. There are several processes per machine. About 10 of the threads are highly active with about 5,000 pthread_mutex_lock per second per thread. pthread_mutex_lock and unlock are the highest CPU using calls. About half of the pthread_mutex calls are generated from malloc or delete. The other half are explicit calls or from RWMutexLock::acquire/release. &lt;BR /&gt;&lt;BR /&gt;To make our application faster, I am trying  to replace memory allocation with thread_specific storage to avoid malloc/delete. Another think I would like to do is some faster way (maybe semaphore(?) to do explicit lock on counter. Many places we do pthread_mutex_lock, ctr++;, pthread_mutex__unlock; is there some faster way to do this without the pthread_mutex_lock/_spin_lock, _spin_unlock, pthread_mutex_lock?&lt;BR /&gt;&lt;BR /&gt;Is there something like the libcres.a for libpthread?&lt;BR /&gt;&lt;BR /&gt;I often suspect that some internal lock on heap or similar is bottleneck but I can't get any tracing tool to work at high volumes (and the HP CxPerf does not trace _spin_lock/_spin_unlock). Is there some way to tell if the _spin_lock time is increasing as transaction rate increases?&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Aug 2001 16:43:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541831#M879426</guid>
      <dc:creator>yetagain</dc:creator>
      <dc:date>2001-08-28T16:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: The HP-UX Operating Systems Team Wants Your Feedback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541832#M879427</link>
      <description>1) Using DCE lib.  12 threads, sometimes up to 15.  Not sure what the MxN thread model is?&lt;BR /&gt;2) no monitoring is done, not sure how, but it would be wonderful to do it&lt;BR /&gt;3) We use threads, mutex, shared memory and semaphores. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Aug 2001 16:59:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541832#M879427</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-08-28T16:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: The HP-UX Operating Systems Team Wants Your Feedback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541833#M879428</link>
      <description>1)using DCE &lt;BR /&gt;2)No...&lt;BR /&gt;3)mutexes / semaphores / shared memory</description>
      <pubDate>Wed, 29 Aug 2001 10:33:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541833#M879428</guid>
      <dc:creator>Ricardo Bassoi</dc:creator>
      <dc:date>2001-08-29T10:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: The HP-UX Operating Systems Team Wants Your Feedback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541834#M879429</link>
      <description>1)HP-UX supports the POSIX.1c pthread library from 11.0 onwards. Are you linking your multi-threaded apps with the POSIX.1c pthread library (/usr/lib/libpthread.sl) or the earlier one provided by DCE (/usr/lib/libcma.sl) ? &lt;BR /&gt;&lt;BR /&gt;libpthread on newer apps; user threads on older apps.&lt;BR /&gt;&lt;BR /&gt;How many threads on an average do you create in your application? &lt;BR /&gt;&lt;BR /&gt;Web servers high (256+).&lt;BR /&gt;Other apps, low.&lt;BR /&gt;&lt;BR /&gt;Would you like to migrate to the MxN thread model to be released soon by HP? &lt;BR /&gt;Not sure.&lt;BR /&gt;&lt;BR /&gt;2)Do you use any kind of tools to analyze/tune your multi-threaded app performance? &lt;BR /&gt;Nope.&lt;BR /&gt;&lt;BR /&gt;If so, what are they? &lt;BR /&gt;N/A&lt;BR /&gt;&lt;BR /&gt;What kind of tools would you like to have? &lt;BR /&gt;We use Glance for perf mon - but Glance doesn't really seem to "show" us much about what's happening in threaded apps.  &lt;BR /&gt;&lt;BR /&gt;Would you like to tune certain parameters in the pthread library to improve your app?s performance? &lt;BR /&gt;Yup.&lt;BR /&gt;&lt;BR /&gt;Would you be interested in achieving performance improvement with some non-standard features? &lt;BR /&gt;As long as non-standard is CLEARLY marked and can be conditionally defined/implemented for portability.&lt;BR /&gt;&lt;BR /&gt;3)What kind of synchronization and IPC mechanisms do you use in your application? &lt;BR /&gt;1)pthread mutexes&lt;BR /&gt;Yup. &lt;BR /&gt;2)pthread condition variables &lt;BR /&gt;Dunno.&lt;BR /&gt;&lt;BR /&gt;3)pthread read-write locks &lt;BR /&gt;Dunno.&lt;BR /&gt;&lt;BR /&gt;4)System V message queues/ semaphores / shared memory&lt;BR /&gt;Yup.&lt;BR /&gt; &lt;BR /&gt;5)POSIX semaphores &lt;BR /&gt;Dunno.&lt;BR /&gt;&lt;BR /&gt;6)Memory semaphores (OSF AES semaphores) &lt;BR /&gt;Dunno.</description>
      <pubDate>Wed, 29 Aug 2001 12:37:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541834#M879429</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2001-08-29T12:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: The HP-UX Operating Systems Team Wants Your Feedback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541835#M879430</link>
      <description>As I haven't done any significant IPC programming yet I probably am not entitled to participate here.&lt;BR /&gt;&lt;BR /&gt;I can only say that I wished to test a threading Perl version as well as a threading Apache webserver on any of our HP-UX boxes.&lt;BR /&gt;&lt;BR /&gt;Because some apps (e.g. such as databases) seem to thread I experienced very annoying and time consuming installation orgies of CPANs DBD::Oracle driver for the Perl DBI.&lt;BR /&gt;Only after a longer correspondence with the DBI mailinglist have I been able to get it linked against the Oracle libs and installed to have my Perl scripts working again.&lt;BR /&gt;The whole issue seemed to be unique to HP-UX whereas other Unices had no problems in that respect.&lt;BR /&gt;&lt;BR /&gt;Please forgive my unqualified utterance for I don't know what I'm talking about.</description>
      <pubDate>Wed, 29 Aug 2001 12:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541835#M879430</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2001-08-29T12:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: The HP-UX Operating Systems Team Wants Your Feedback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541836#M879431</link>
      <description>1) Generally I am using DCE anyway,so I can use it on other DCE- implementations. &lt;BR /&gt;2) I've written various checking utils to investigate what is happening &lt;BR /&gt;3) mutexes and posix semaphores&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Aug 2001 14:23:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541836#M879431</guid>
      <dc:creator>unixdaddy</dc:creator>
      <dc:date>2001-08-30T14:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: The HP-UX Operating Systems Team Wants Your Feedback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541837#M879432</link>
      <description>Well, okay so my response is a little late but I hope it will help.  I'm a system test/integrator with an application company and work very closely with our lead engineers, provide escalation support for our customers, and interface with the HP kernel team for problem resolution.&lt;BR /&gt;&lt;BR /&gt;Pthread Questions:&lt;BR /&gt;We use them extensively, creating between 90 and 200 threads.  We stick with the new and not old DCE.  JVM in mixed mode with HotSpot.&lt;BR /&gt;&lt;BR /&gt;tuning/Optimizing:&lt;BR /&gt;I use jmeter, glance plus and the various system utilities like tusc and tune according to the HP Java developer guide and specific patch recommendations.  More work on native threads and the pthread library would be great, especially with mutex issues.  Right now I'm evaluating the lastest round of patches from Jan 2002.  Of course we're also looking for optimizing for garbage collection, heap sizes, permanent memory and the like.&lt;BR /&gt;&lt;BR /&gt;Synchonizations:&lt;BR /&gt;Just about every one that is listed we use as we link with an Oracle Enterprise server.  I find that the introduction of third-party enterprise communications (another enterprise software back end) is where serious performance tuning and troubleshooting happens and gets ugly very fast.</description>
      <pubDate>Thu, 17 Jan 2002 03:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-hp-ux-operating-systems-team-wants-your-feedback/m-p/2541837#M879432</guid>
      <dc:creator>Dan Carter_1</dc:creator>
      <dc:date>2002-01-17T03:24:38Z</dc:date>
    </item>
  </channel>
</rss>

