Guest User

Untitled

a guest
Nov 16th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. (
  2. while true do
  3. printf "\n";
  4. (let a = camlbox_wait box in
  5. List.iter (fun x ->
  6. let v = camlbox_get_copy box x in
  7. printf "msg %d = %d, %s" x v.data v.returnaddress;
  8. let sender = camlbox_sender v.returnaddress in
  9. let c = new connection ~conninfo:"host=localhost user=gustav dbname=srm password=elephant" () in
Advertisement
Add Comment
Please, Sign In to add comment