• Home
  • Company Site
  • GitHub
  • XING
  • Facebook
  • LinkedIn

Clojure: When an Agent Calls Another Agent

  • Edit
  • Delete
  • Tags
  • Autopost

Agents in Clojure are functions that are applied “in the background” — a thread. Any function in Clojure implements java.lang.Runnable. To see what happens when an agent calls another agent, I set up two agents agt1 and agt2, their state is just an integer: rbemac2...

read more →
  • 2 responses
  • Like
  • Comment
Tweet

Alte Lebensweisheit

  • Edit
  • Delete
  • Tags
  • Autopost

Die Jugend von heute liebt Luxus, hat schlechte Manieren und verachtet Autorität. Sie widersprechen ihren Eltern, legen die Beine übereinander und tyrannisieren ihre Lehrer. Sokrates, 470 v.Chr.

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Comparing Strings With Metrics in Haskell

  • Edit
  • Delete
  • Tags
  • Autopost

I wrote a module for String distance metrics two years ago in Haskell. You find this code at github.com. The module defines two global helper functions, intListToInt to convert a list of integers into a number, e.g. [1, 2, 3, 4] to 1234: and commonPrefix to determine...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Restricting Access to iSCSI Targets on Openfiler

  • Edit
  • Delete
  • Tags
  • Autopost

Finding There seems to be a problem with access to Openfiler. An entry in /etc/initiators.deny is generated automatically denying the access from ALL to every iSCSI target configured: [root@localhost ~]# cat /etc/initiators.deny # PLEASE DO NOT MODIFY THIS CONFIGURATION...

read more →
  • 1 response
  • Like
  • Comment
Tweet

Recovering a Failed RAID Disk on Linux

  • Edit
  • Delete
  • Tags
  • Autopost

I discovered a failed disk in a Linux software RAID array on a customer’s server. After the failed disk /dev/sdb was replaced I rebuilt the RAID by duplicating the partition layout of the remaining disk /dev/sda. At first I removed the partitions of the failed disk from...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Oracle Provides Many VirtualBox Images

  • Edit
  • Delete
  • Tags
  • Autopost

Oracle provides lots of images for its VM Oracle VirtualBox. You have the choice of packages for many operating environments and pre-built appliances for development. See OTN page for VirtualBox downloads.

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Testing Oracle I/O

  • Edit
  • Delete
  • Tags
  • Autopost

Starting with Oracle 11g there’s a new way to test I/O subsystems. The procedure DBMS_RESOURCE_MANAGER.CALIBRATE_IO tests your disks for different I/O workloads by issuing 1 MB random reads to your datafiles and reports the actual performance. Test #1 oracle@arg0...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Oracle Shows RAID Configurations

  • Edit
  • Delete
  • Tags
  • Autopost

I just found a nice SQL statement on asktom.oracle.com showing possible states of RAID 01 and 10 arrays in case of a disk failure: COL st_disk1 FORMAT a10 COL st_disk2 FORMAT a10 COL st_disk3 FORMAT a10 COL st_disk4 FORMAT a10 COL st_raid01 FORMAT a10 COL st_raid10...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Installing Oracle RAC on Solaris

  • Edit
  • Delete
  • Tags
  • Autopost

There are some steps required to setup Oracle Real Application Clusters: Setup shared storage, see here Setup Solaris for RAC, see here Clone Solaris virtual machine (if you want to use VMs for test installation, see below) Test network connectivity between all nodes...

read more →
  • 0 responses
  • Like
  • Comment
Tweet
« Previous 1 2 Next »
Posterous theme by Cory Watilo

Ralf Bensmann

Ralf Bensmann

Software Architect, Trainer, Author
Java Standard and Enterprise Edition
Clojure, Groovy & Grails
OpenOffice, LibreOffice

TwitterTwitterTwitter

Java

  • OTN
  • Java 7
  • JCP

Java Resources

  • Java ist auch eine Insel
  • Javapedia
  • Javapedia Books
  • Java Programming

Groovy

  • Homepage
  • Grails
  • Griffon

Clojure

  • Homepage
  • Assembla
  • GitHub
  • Contrib Library
  • Leiningen

Clojure Resources

  • ClojureDocs
  • Learning Clojure
  • Clojure Programming
  • on SlideShare
  • on blip.tv

Subscribe...

Subscribe to this Posterous
Unsubscribe
Subscribe via RSS
You're a contributor here (Edit)
This is your Space (Edit)
Follow by email »
Get the latest updates in your email box automatically.

Archive

2012 (3)
May (2)
April (1)
2011 (43)
September (2)
July (3)
May (1)
April (2)
March (6)
February (13)
January (16)
2010 (34)
December (4)
November (1)
October (12)
September (3)
August (13)
July (1)

Tags

  • Groovy (14)
  • Oracle (13)
  • Java (11)
  • Clojure (5)
  • OpenOffice (4)
  • RAC (4)
  • Emacs (3)
  • Linux (3)
  • Mac OS X (3)
  • Meta Object Protocol (3)
  • View all 40 tags »
  • Parallel Programming (3)
  • Performance (3)
  • Solaris (3)
  • OpenFiler (2)
  • RAID (2)
  • SQL Server (2)
  • iSCSI (2)
  • Amazon (1)
  • Apache Camel (1)
  • Apple (1)
  • Backup & Recovery (1)
  • Backup & Recovery (1)
  • CIFS (1)
  • FreeBSD (1)
  • Galileo (1)
  • Git (1)
  • GlassFish (1)
  • Haskell (1)
  • IntelliJ (1)
  • Life (1)
  • LogMiner (1)
  • MySQL (1)
  • Objective-C (1)
  • PHP (1)
  • SQL*Plus (1)
  • Shell (1)
  • Videotraining (1)
  • VirtualBox (1)
  • XML (1)
  • XMPP (1)