UK businesses shunning real-time data analysis


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News UK businesses shunning real-time data analysis
# 1  
Old 07-14-2008
UK businesses shunning real-time data analysis

by Joe O’Halloran,* ComputerWeekly.comResearch commissioned by Progress*Software Corporation has revealed that 70% of UK businesses have no intention of analysing their data in real-time, but rather rely on retrospective business*intelligence (BI) for critical market information. The research revealed that UK organisations ranked behind their European counterparts, who expressed the intent to use real-time data, enabling [...]

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Archiving or removing few data from log file in real time

Hi, I have a log file that gets updated every second. Currently the size has grown to 20+ GB. I need to have a command/script, that will try to get the actual size of the file and will remove 50% of the data that are in the log file. I don't mind removing the data as the size has grown to huge... (8 Replies)
Discussion started by: Souvik Patra
8 Replies

2. Shell Programming and Scripting

Converting real time to epoch time

# date +%s -d "Mon Feb 11 02:26:04" 1360567564 # perl -e 'print scalar localtime(1360567564), "\n";' Mon Feb 11 02:26:04 2013 the epoch conversion is working fine. but one of my application needs 13 digit epoch time as input 1359453135154 rather than 10 digit epoch time 1360567564... (3 Replies)
Discussion started by: vivek d r
3 Replies

3. Shell Programming and Scripting

Log Analysis with AWK with Time difference

I would like to write a shell script that calculated the time difference bettween the log entries. If the time difference is higher as 200 sec. print the complette lines out. My Problem is, i am unable to jump in the next line and calculate the time difference. Thank you for your Help. ... (5 Replies)
Discussion started by: fabian3010
5 Replies

4. Shell Programming and Scripting

Shell script to convert epoch time to real time

Dear experts, I have an epoch time input file such as : - 1302451209564 1302483698948 1302485231072 1302490805383 1302519244700 1302492787481 1302505299145 1302506557022 1302532112140 1302501033105 1302511536485 1302512669550 I need the epoch time above to be converted into real... (4 Replies)
Discussion started by: aismann
4 Replies

5. Shell Programming and Scripting

Piped open not real-time - How would one handle live data?

When I run "/etc/myApp" I am presented with continuous output, just about once per second. However when I try to get the information in Perl via a piped open, it waits till the end to give me anything... my code: open (OUTPUT,"/etc/myApp |"); while (<OUTPUT>){ print $_; }... (2 Replies)
Discussion started by: jjinno
2 Replies
Login or Register to Ask a Question
artswrapper(7)							       Arts							    artswrapper(7)

NAME
artswrapper - used to set real-time priority to artsd, the KDE sound system SYNOPSIS
artswrapper [OPTION] DESCRIPTION
artswrapper gives artsd the capability of running with real-time scheduling priority. This helps prevent audio skips and jumps. Except for the check option, artswrapper passes all other arguments directly to artsd. Artswrapper calls the arguments after setting the real-time priority and dropping privileges (if running as setuid root). The real-time status is passed to artsd via the environment variable STARTED_THROUGH_ARTSWRAPPER, and can be one of the following values: unset (not running as real-time), 1 (running as real-time), 2 (no privileges to set real-time scheduling), or 3 (no support for real-time scheduling). OPTIONS
check backward compatibility with old artswrapper. This only prints "okay" and exits. SECURITY
artswrapper must be used as setuid root to have privileges to set real-time scheduling. BUGS
Sometimes artsd locks the system on exit in 2.4 kernels. If this happens, use aKode library, which improves the CPU usage, helps maintain uninterrupted sound, and remove the setuid bit from artswrapper (thanks to Debian documentation and Christopher Martin). SEE ALSO
artsd, artsdsp AUTHOR
Manpage written by Rodrigo Rubira Branco <rrbranco@br.ibm.com> KDE Multimedia Jun 01, 2006 artswrapper(7)