Sponsored Content
Contact Us UNIX Forum "Hall of Fame" - Our Developers Area Gollum Debug and Development and Botmaster Opportunity Post 65515 by Neo on Sunday 6th of March 2005 11:15:55 AM
Old 03-06-2005
FYI .

Quote:
[alicebot-developer] Status of Program E Development
alicebot-developer@list.alicebot.org
Sun, 6 Mar 2005 10:45:59 -0500 (EST)

* Previous message: [alicebot-developer] aiml + aibo dog
* Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

Dear All,

I am new to the list and have done a bit of homework on Program E before posting:

(1) Reviewed the alicebot mailing list archives;
(2) Performed a wide Google search on the topic;
(3) Installed a Program E version ("Gollum") with vB on the UNIX.COM forums;
(4) Surveyed and read quite a few of the documents on alicebot.com;
(5) Reviewed the Program E source code;
(6) Started a diagram of the internal software architecture of Program E;
(7) Briefed a major R&D organization on ALICE;
(8) Exchanged email with Dr. Wallace on the above.

Dr. Wallace suggested I post here, so here goes....

FYI, I began this quest with the goal of finding a bot to help with forum moderator duties at UNIX.COM, so our human mods could eventually focus on less mundane answer to questions (and the ALICE-style bot would be an type of advanced automated FAQ responder).

I have been inspired by great promise in ALICE/AIML and wanted to say the obvious, thank you and great job, and wanted to see if we can get the "Program E" development reenergized. Here what I have started to do in my spare time recently:

(a) Search to find (and fund, initially, out of my pocket) an "offshore" PHP expert to fix the current errors in the code (there are quite a few errors in the httpd log file based on problems in the code-base we are using with vB).

(b) Begin efforts to graphically illustrate the internals of the software architecture to make modifications and updates easier and faster.

In addition, I can offer collaborative discussion space at the UNIX.COM forums (if anyone is interested and this would be helpful).

I look forward to any replies.

Yours sincerely,

Neo

The UNIX Forums
Administrator
 

2 More Discussions You Might Find Interesting

1. Solaris

Job Opportunity

Diane Rafferty Read the rules....thanks. (editied by RTM - removed post info and closed thread) (1 Reply)
Discussion started by: lcr12683
1 Replies

2. Advertise with Us

UNIX Systems Administrator Opportunity

Optiver is a worldwide market maker and derivatives trading firm with offices strategically located in Chicago, Amsterdam and Sydney. Attracting very ambitious, talented and results-oriented individuals to become members of a highly selective trading and support group is a primary contributor to... (0 Replies)
Discussion started by: Barb S.
0 Replies
__PPC_SET_PPR_MED(3)					     LinuxProgrammer's Manual					      __PPC_SET_PPR_MED(3)

NAME
__ppc_set_ppr_med, __ppc_set_ppr_very_low, __ppc_set_ppr_low, __ppc_set_ppr_med_low, __ppc_set_ppr_med_high - Set the Program Priority Reg- ister SYNOPSIS
#include <sys/platform/ppc.h> void __ppc_set_ppr_med(void); void __ppc_set_ppr_very_low(void); void __ppc_set_ppr_low(void); void __ppc_set_ppr_med_low(void); void __ppc_set_ppr_med_high(void); DESCRIPTION
These functions provide access to the Program Priority Register (PPR) on the Power architecture. The PPR is a 64-bit register that controls the program's priority. By adjusting the PPR value the programmer may improve system throughput by causing system resources to be used more efficiently, especially in contention situations. The available unprivileged states are cov- ered by the following functions: * __ppc_set_ppr_med() sets the Program Priority Register value to medium (default). * __ppc_set_ppr_very_low() sets the Program Priority Register value to very low. * __ppc_set_ppr_low() sets the Program Priority Register value to low. * __ppc_set_ppr_med_low() sets the Program Priority Register value to medium low. The privileged state medium high may also be set during certain time intervals by problem-state (unprivileged) programs, with the following function: * __ppc_set_ppr_med_high() sets the Program Priority to medium high. If the program priority is medium high when the time interval expires or if an attempt is made to set the priority to medium high when it is not allowed, the priority is set to medium. VERSIONS
The functions __ppc_set_ppr_med(), __ppc_set_ppr_low() and __ppc_set_ppr_med_low() are provided by glibc since version 2.18. The functions __ppc_set_ppr_very_low() and __ppc_set_ppr_med_high() first appeared in glibc in version 2.23. ATTRIBUTES
For an explanation of the terms used in this section, see attributes(7). +---------------------------+---------------+---------+ |Interface | Attribute | Value | +---------------------------+---------------+---------+ |__ppc_set_ppr_med(), | Thread safety | MT-Safe | |__ppc_set_ppr_very_low(), | | | |__ppc_set_ppr_low(), | | | |__ppc_set_ppr_med_low(), | | | |__ppc_set_ppr_med_high() | | | +---------------------------+---------------+---------+ CONFORMING TO
These functions are nonstandard GNU extensions. NOTES
The functions __ppc_set_ppr_very_low() and __ppc_set_ppr_med_high() will be defined by <sys/platform/ppc.h> if _ARCH_PWR8 is defined. Availability of these functions can be tested using #ifdef _ARCH_PWR8. SEE ALSO
__ppc_yield(3) Power ISA, Book II - Section 3.1 (Program Priority Registers) GNU C Library 2017-09-15 __PPC_SET_PPR_MED(3)
All times are GMT -4. The time now is 05:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy