Sponsored Content
Full Discussion: IBM BladeCenter HS20
UNIX Standards and Benchmarks UNIX & LINUX Benchmarks (Version 3.11) Linux Benchmarks IBM BladeCenter HS20 Post 302290370 by msright1981 on Monday 23rd of February 2009 05:05:15 AM
Old 02-23-2009
Can you post it on here?

Hi,

Can you post the data on here? or do you have a link to where to get it?

Thanks,
"No one Ever got fired for buying IBM"
Julie Cole

Last edited by vbe; 02-23-2009 at 09:54 AM.. Reason: removed URL (Not allowed..)
 

9 More Discussions You Might Find Interesting

1. AIX

Help-----ibm Aix???

:confused: Hello everybody, I am a totel dummy when it comes to UNIX!!! Must be wondering what I am doing here right? I'm most keen on knowing about-it-all. I need help. Wanna know all about the IBM AIX. The versions, the latest. Please tell me how do I go about my search. Thanks a... (3 Replies)
Discussion started by: rtanuja
3 Replies

2. Linux Benchmarks

IBM x445

IBM x445 8x3.0Ghz XEON, 8GB RAM SLES8 BYTE UNIX Benchmarks (Version 3.11) System -- Linux hostname 2.4.21-251-smp #1 SMP Thu Sep 23 17:22:54 UTC 2004 i686 unknown Start Benchmark Run: Wed Dec 1 17:35:55 CET 2004 4 interactive users. Dhrystone 2 without register variables ... (0 Replies)
Discussion started by: nwilkens
0 Replies

3. UNIX for Advanced & Expert Users

IBM vs SUN

Wanted to ask if you all had heard that SUN is or will desupport their hardware? Also I heard somewhere that they are in bankruptcy. Is this true? If so does anyone have any links to this info? TIA Mike (1 Reply)
Discussion started by: mcastill66
1 Replies

4. UNIX for Advanced & Expert Users

how is IBM-AIX better..?

why IBM-AIX is preferred over HP-UX ..... In what way it is better for infrastructure......? Suggestions are welcome... Suggest you read the RULES (0 Replies)
Discussion started by: bishweshwar
0 Replies

5. High Performance Computing

IBM Scheduler for High Throughput Computing on IBM Blue Gene P

A lightweight scheduler that supports high-throughput computing (HTC) applications on Blue Gene/P. (NEW: 06/12/2008 in grid) More... (0 Replies)
Discussion started by: Linux Bot
0 Replies

6. AIX

ibm aix L1

hello all, can anyone send me ibm aix L1 interview questions... thank u guys...jiyojith (0 Replies)
Discussion started by: jiyojith
0 Replies

7. UNIX for Dummies Questions & Answers

New OS for IBM server

I was recently given an older 1998 RS/6000 IBM machine supposedly called a Shark and once used by either an internet dial up or hosting company from what I understand. Regardless, in talking to the wife of the previous owner who died, and from what I understand, it hasn't been cleared of original... (5 Replies)
Discussion started by: W.A.C
5 Replies

8. AIX

IBM AIX on IBM Eseries & x series server

Hi, I want to know whether IBM AIX can be installed on the IBM e series and x series server hardware? Thanks & Regards Arun (2 Replies)
Discussion started by: Arun.Kakarla
2 Replies

9. AIX

IBM Virtual Machine OS on intel x86 and x64? IBM AIX OS on IBM Virtual Machine?

Hi There, I have zero information and zero knowledge for IBM virtual machine except Amazon cloud and VMware ESXi (Only Linux OS available). Anyone could provide me the following answer - Can IBM VM been deploy on X86 and X64 (Intel Chip)? If answer is yes any chance to deploy AIX OS... (13 Replies)
Discussion started by: chenyung
13 Replies
POE::Component::Jabber::Events(3pm)			User Contributed Perl Documentation		       POE::Component::Jabber::Events(3pm)

NAME
POE::Component::Jabber::Events - exports constants for tracking status of PCJ SYNOPSIS
PCJ_CONNECT PCJ_CONNECTING PCJ_CONNECTED PCJ_CONNECTFAIL PCJ_STREAMSTART PCJ_STREAMEND PCJ_NODESENT PCJ_NODERECEIVED PCJ_NODEQUEUED PCJ_SSLNEGOTIATE PCJ_SSLSUCCESS PCJ_SSLFAIL PCJ_AUTHNEGOTIATE PCJ_AUTHSUCCESS PCJ_AUTHFAIL PCJ_BINDNEGOTIATE PCJ_BINDSUCCESS PCJ_BINDFAIL PCJ_SESSIONNEGOTIATE PCJ_SESSIONSUCCESS PCJ_SESSIONFAIL PCJ_RTS_START PCJ_RTS_FINISH PCJ_READY PCJ_SHUTDOWN_START PCJ_SHUTDOWN_FINISH PCJ_SOCKETFAIL PCJ_SOCKETDISCONNECT DESCRIPTION
POE::Component::Jabber::Events exports many useful constants for tracking the status of PCJ during its operation. Simply subscribe to these events in order to receive notification. EXPORTS
Below are the exported constants with a brief explanation of what it is signalling to the end developer: PCJ_CONNECT 'connect' or 'reconnect' event has fired. PCJ_CONNECTING Connecting is now in process PCJ_CONNECTED Initial connection established PCJ_STREAMSTART A <stream:stream/> tag has been sent. The number of these events is variable depending on which Protocol is currently active (ie. XMPP will send upto three, while LEGACY will only send one). PCJ_SSLNEGOTIATE TLS/SSL negotiation has begun. This event only is fired from XMPP and JABBERD20_COMPONENT connections. PCJ_SSLSUCCESS TLS/SSL negotiation has successfully complete. Socket layer is now encrypted. This event only is fired from XMPP and JABBERD20_COMPONENT connections. PCJ_SSLFAIL TLS/SSL negotiation has failed. This event only is fired from XMPP and JABBERD20_COMPONENT connections. PCJ_AUTHNEGOTIATE Whatever your authentication method (ie. iq:auth, SASL, <handshake/>, etc), it is in process when this status is received. PCJ_AUTHSUCCESS Authentication was successful. PCJ_AUTHFAIL Authentication failed. PCJ_BINDNEGOTIATE For XMPP connections: this indicates resource binding negotiation has begun. For JABBERD20_COMPONENT connections: domain binding negotiation has begun. This event will not fire for any but the above two connection types. PCJ_BINDSUCCESS For XMPP connections: this indicates resource binding negotiation was sucessful. For JABBERD20_COMPONENT connections: domain binding negotiation was successful. This event will not fire for any but the above two connection types. PCJ_BINDFAIL Binding for which ever context has failed. PCJ_SESSIONNEGOTIATE Only for XMPP: This indicates session binding (XMPP IM) negotiation has begun. PCJ_SESSIONSUCCESS Only for XMPP: This indicates session binding (XMPP IM) negotiation was successful. PCJ_SESSIONFAIL Session negotiation has failed for which ever context. PCJ_NODESENT A Node has been placed, outbound, into the Wheel. ARG0 will be the node. PCJ_NODERECEIVED A Node has been received. ARG0 will be the node. PCJ_NODEQUEUED An attempt to send a Node while there is no valid, initialized connection was caught. The Node has been queued. See POE::Component::Jabber event 'purge_queue' for details. ARG0 will be the node. PCJ_RTS_START A return_to_sender event has been fired for an outbound node. ARG0 will be the node. PCJ_RTS_FINISH A return_to_sender event has been fired for a matching inbound node. ARG0 will be the node. PCJ_READY This event indicates that the connection is fully initialized and ready for use. Watch for this event and begin packet transactions AFTER it has been fired. PCJ_STREAMEND A </stream:stream> Node has been sent. This indicates the end of the connection and is called upon 'shutdown' of PCJ after the Node has been flushed. PCJ_SHUTDOWN_START This indicates that 'shutdown' has been fired and is currently in progress of tearing down the connection. PCJ_SHUTDOWN_FINISH This indicates that 'shutdown' is complete. PCJ_SOCKETFAIL This indicates a socket level error. ARG0..ARG2 will be exactly what was passed to us from POE::Wheel::ReadWrite. PCJ_SOCKETDISCONNECT This indicates the socket has disconnected and will occur in both normal, and in error states. AUTHOR
(c) Copyright 2007-2009 Nicholas Perez. Released under the GPL. perl v5.12.4 2011-08-09 POE::Component::Jabber::Events(3pm)
All times are GMT -4. The time now is 02:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy