Sponsored Content
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News Apama Wins The Banker Award for Third Time Post 302204860 by Linux Bot on Thursday 12th of June 2008 05:40:13 PM
Old 06-12-2008
Apama Wins The Banker Award for Third Time

Progress Software
Mon, 09 Jun 2008 09:48:51 -0500
As a bookend to a posting last week about an award by Profit & Loss, Apama has won another award, this time by The Banker magazine. Apama's Market Aggregation Accelerator was selected for FX in the Wholesale & Capital Markets category. The publication indicates that its evaluation criteria span a broad range of factors, which I won't attempt to list here. Details should be in the next issue of the magazine.
We like to call out these awards because they illustrate the real world power of CEP and believe they illustrate how a well architected platform can address a broad set of requirements, spanning asset classes and different use cases. This particular award also validates the Apama Accelerator strategy, extending the core platform with capabilities that focus on specific market requirements. We suspect that some other vendors in the CEP space might follow our lead in this. Raw feeds and speeds have typified the marketing focus of others. But the real power of CEP is in addressing business requirements, which has long been the Apama focus. Otherwise all the performance in the world will be for naught.
Of particular note is that this is third time in the five years that Apamacapabilities have been cited by The Banker, as Apama also won in 2004and 2006. So even years seem to be particularly favourable for us(I'll insert the "u" in favourable) in deference to the fact that TheBanker is a British publication. :-)
Image

Image</img> Image</img> Image</img> Image</img> Image</img> Image</img>
Image

Source...
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

can someone please help me with samba wins?

I'm very new to linux - I VPN into my MS server using Fedora laptop dell400 My network that I'm on is 192.168.0.222 The VPN server has an internal address 172.16.0.2 My VPN is successful :) I can ping 172.16.0.2 and even the router of the VPN server 172.16.0.1 and another computer... (1 Reply)
Discussion started by: noamkrief
1 Replies

2. UNIX for Dummies Questions & Answers

banker's algorithm.. help

i'm doing banker's algorithm.. got some error there but i cant fix it.. please help!! #!/bin/bash echo "enter no.of resources: " read n1 echo -n "enter the max no .of resources for each type: " for(( i=0; i <$n1; i++ )) do read ${t} done echo -n "enter no .of... (1 Reply)
Discussion started by: syah
1 Replies

3. Homework & Coursework Questions

Banker's algorithm

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: shell scripts to simulate Banker’s algorithm on a collection of processes (process details are entered as inputs... (4 Replies)
Discussion started by: syah
4 Replies

4. What is on Your Mind?

Four More UNIX.COM Achievement Award Badges to Award

Happy New Year! There are currently four UNIX.COM achievement awards up for grabs, as the say. Here they are, in no particular order: The Order of the Raven The Order of the Hippo The Order of the Spider The Order of the Dragon Don't ask me what they mean, or who who will get those... (0 Replies)
Discussion started by: Neo
0 Replies
fspy(1) 							   User Commands							   fspy(1)

NAME
fspy - filesystem activity monitoring tool SYNOPSIS
fspy [options] [file/dir] OPTIONS
-F, --filter STRING/REGEX a string or regular expression which will be used to filter the output. (the regex will be matched against the whole path e.g. [/etc/passwd]) -I, --inverted STRING/REGEX its the same like -F/--filter but inverted. you can combine both. e.g. -F '.conf' -I 'wvdial.conf' will filter for files with ".conf" in its name but without "wvdial.conf" in it. -R, --recursive NUMBER enables the recursive engine to look at a depth of NUMBER. -A, --adaptive (HIGHLY-EXPERIMENTAL) enables the adaptive mode. e.g. if new items will be added within the path fspy will automatically add those items to the watch list. -D, --diff VALUE (EXPERIMENTAL) enables the diffing feature. VALUE may be a comma separated list of: s - element size (byte) A - last access time (e.g. Mon Jul 21 21:32:31 2008) M - last modification time (e.g. Mon Jul 21 21:32:31 2008) S - last status change time (e.g. Mon Jul 21 21:32:31 2008) O - permissions (octal) U - owner (uid) G - group (gid) I - inode number D - device id -T, --type VALUE specifies the type of objects to look for. VALUE may be a comma separated list of: f - regular file d - directory s - symlink p - FIFO/pipe c - character device b - block device o - socket default is any. -O, --output VALUE specifies output format. VALUE may be a comma separated list of: f - filename p - path d - access description t - element type s - element size (byte) w - watch descriptor (inotify manpage) c - cookie (inotify manpage) m - access mask (inotify manpage | src/fsev- ents.h) l - len (inotify manpage) A - last access time (e.g. Mon Jul 21 21:32:31 2008) M - last modification time (e.g. Mon Jul 21 21:32:31 2008) S - last status change time (e.g. Mon Jul 21 21:32:31 2008) O - permissions (octal) U - owner (uid) G - group (gid) I - inode number D - device id T - date and time (for this event) (e.g. Tue Mar 25 09:23:16 CET 2008) e.g.: '[,T,], ,d,:,p,f' would result in: '[Mon Sep 1 12:31:25 2008] file was opened:/etc/passwd' (take a look at the README). -h, --help this short help. --version version information. AUTHOR
fspy is Copyright 2008-2009, Richard Sammet This manual page was written by Giuseppe Iuculano <giuseppe@iuculano.it>, for the Debian project (but may be used by others). fspy 0.1.0 January 2009 fspy(1)
All times are GMT -4. The time now is 06:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy