SOA and eXtreme Transaction Processing (XTP)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News SOA and eXtreme Transaction Processing (XTP)
# 1  
Old 03-02-2008
SOA and eXtreme Transaction Processing (XTP)

by: Dave Chappell, Feb. 26, 2008 , websphere journalAcross financial services firms we have been seeing a new set of business priorities. There are the “grow the business” priorities that are primarily centered around things like improving customer intimacy and increasing competitive differentiation. There are also ongoing issues of compliance to regulation and risk [...]

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Programming

Difference between BEGIN TRANSACTION & START TRANSACTION?

What's the difference between BEGIN TRANSACTION vs START TRANSACTION? Also goes for COMMIT TRANSACTION vs COMMIT? (0 Replies)
Discussion started by: dan139
0 Replies

2. UNIX Desktop Questions & Answers

Extreme Beginner

Hi everyone, I just started my ERP Systems Administration class a couple weeks ago and we're focusing on Unix/Linux and SAP systems. For Unix/Linux we're using Putty. This teacher is trying to make the class as close to as real as a job as he can. The class is at 9 AM (he teaches an 8 AM... (6 Replies)
Discussion started by: SomeDudeOnline
6 Replies

3. Shell Programming and Scripting

Append transaction header lines to same transaction's detail lines

Hi guys, I was wondering if someone can give me a hand in helping me append transaction header line in a file at the end of the transaction detail lines. Basically, I have a file that looks like this: FHEAD File1 THEAD TRANS1-blah TDETL HI1 TDETL HI2 TDETL HI3 TTAIL TRANS1-blah THEAD... (3 Replies)
Discussion started by: rookie12
3 Replies
Login or Register to Ask a Question
gnutls_priority_set_direct(3)					      gnutls					     gnutls_priority_set_direct(3)

NAME
gnutls_priority_set_direct - Sets priorities for the cipher suites supported by gnutls. SYNOPSIS
#include <gnutls/gnutls.h> int gnutls_priority_set_direct(gnutls_session_t session, const char * priorities, const char ** err_pos); ARGUMENTS
gnutls_session_t session is a gnutls_session_t structure. const char * priorities is a string describing priorities const char ** err_pos In case of an error this will have the position in the string the error occured DESCRIPTION
Sets the priorities to use on the ciphers, key exchange methods, macs and compression methods. This function avoids keeping a priority cache and is used to directly set string priorities to a TLS session. For documentation check the gnutls_priority_init(). RETURNS
On syntax error GNUTLS_E_INVALID_REQUEST is returned, GNUTLS_E_SUCCESS on success, or an error code. REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org/software/gnutls/ General help using GNU software: http://www.gnu.org/gethelp/ COPYRIGHT
Copyright (C) 2008 Free Software Foundation. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command info gnutls should give you access to the complete manual. gnutls 2.8.6 gnutls_priority_set_direct(3)