7th Cyber Defense Initiatives Conference, Bangkok, Thailand

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News 7th Cyber Defense Initiatives Conference, Bangkok, Thailand
# 1  
Old 08-21-2007
7th Cyber Defense Initiatives Conference, Bangkok, Thailand

Tim Bass
Tue, 21 Aug 2007 17:01:43 +0000
Last year around 900 people attended one of the largest cybersecurity events in Asia, the 6th Cyber Defense Initiatives Conference, Bangkok, Thailand, with folks attending from the around the entire APAC region.
This year the 7th Cyber Defense Initiatives Conference, Bangkok, Thailand will be the week of November 22nd and 23rd. The program committee is still finalizing the dates and venue. Similar to last year, we expect a strong turnout from some of the largest companies in the region.
I will be presenting, Next Generation Security Event Management (SEM) with Complex Event Processing (CEP) and, at the same time, we will be announcing a new CEP Center of Excellence hosted by the top cybersecurity training company in Thailand. The CoE will focus on independent interoperability testing of various CEP components for cybersecurity. This includes all aspects of our functional reference architecture, from raw events to visualization.
Please contact me directly (tim dot silkroad at gmail dot com) if you wish to sponsor the event or participate/sponsor the CoE.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. What is on Your Mind?

Bangkok Goes Dark!

Thunderstorm knocks out power over the entire metro area! http://tapa.tk/mu/3a887f4a-4ca1-4ada.jpg Posted from my Samsung Galaxy S mobile. ---------- Post updated at 13:52 ---------- Previous update was at 13:38 ---------- Huge storm knocks out most power! (1 Reply)
Discussion started by: Neo
1 Replies

2. News, Links, Events and Announcements

Richard Stallman in Bangkok.

Richard M Stallman (RMS) will be giving the speech "Why School Should Use Open Source Software" at KIS International School, Huay-kwang Bangkok on 30th October 2009 at 19.30 Anybody who would like to come and hear his speech should go to FLossEd BK | Free & Open Source Solutions for... (0 Replies)
Discussion started by: Raattapoom
0 Replies
Login or Register to Ask a Question
SRUN_CR(1)							 slurm components							SRUN_CR(1)

NAME
srun_cr - run parallel jobs with checkpoint/restart support SYNOPSIS
srun_cr [OPTIONS...] DESCRIPTION
The design of srun_cr is inspired by mpiexec_cr from MVAPICH2 and cr_restart form BLCR. It is a wrapper around the srun command to enable batch job checkpoint/restart support when used with SLURM's checkpoint/blcr plugin. OPTIONS
The srun_cr execute line options are identical to those of the srun command. See "man srun" for details. DETAILS
After initialization, srun_cr registers a thread context callback function. Then it forks a process and executes "cr_run --omit srun" with its arguments. cr_run is employed to exclude the srun process from being dumped upon checkpoint. All catchable signals except SIGCHLD sent to srun_cr will be forwarded to the child srun process. SIGCHLD will be captured to mimic the exit status of srun when it exits. Then srun_cr loops waiting for termination of tasks being launched from srun. The step launch logic of SLURM is augmented to check if srun is running under srun_cr. If true, the environment variable SURN_SRUN_CR_SOCKET should be present, the value of which is the address of a Unix domain socket created and listened to be srun_cr. After launching the tasks, srun tires to connect to the socket and sends the job ID, step ID and the nodes allocated to the step to srun_cr. Upon checkpoint, srun_cr checks to see if the tasks have been launched. If not srun_cr first forwards the checkpoint request to the tasks by calling the SLURM API slurm_checkpoint_tasks() before dumping its process context. Upon restart, srun_cr checks to see if the tasks have been previously launched and checkpointed. If true, the environment variable SLURM_RESTART_DIR is set to the directory of the checkpoint image files of the tasks. Then srun is forked and executed again. The envi- ronment variable will be used by the srun command to restart execution of the tasks from the previous checkpoint. COPYING
Copyright (C) 2009 National University of Defense Technology, China. Produced at National University of Defense Technology, China (cf, DISCLAIMER). CODE-OCEC-09-009. All rights reserved. This file is part of SLURM, a resource management program. For details, see <http://www.schedmd.com/slurmdocs/>. SLURM is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. SLURM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. SEE ALSO
srun(1) srun_cr 2.0 March 2009 SRUN_CR(1)