Lomono has quit ["Don't even think about saying Candlejack or else you wi"]
verte has joined #ocaml
zaemis has joined #ocaml
travisbrady has quit []
Pepe__ has joined #ocaml
Pepe_ has quit [Read error: 110 (Connection timed out)]
prime2 has joined #ocaml
prime2 has quit ["leaving"]
Pepe__ is now known as Pepe_
zaemis has quit [Nick collision from services.]
zaemis has joined #ocaml
jeddhaberstro has quit [Client Quit]
zaemis has quit []
travisbrady has joined #ocaml
gildor has joined #ocaml
gildor_ has quit [Read error: 104 (Connection reset by peer)]
willb has quit [Read error: 110 (Connection timed out)]
willb has joined #ocaml
bohanlon has quit [Read error: 104 (Connection reset by peer)]
bohanlon has joined #ocaml
xevz has quit [Remote closed the connection]
xevz has joined #ocaml
<Modius>
Is there a general-purpose/standard union like "option" but where it is either of type First or second?
<thelema>
Modius: usually people define type ('a, 'b) either = Left of 'a | Right of 'b
<kaustuv>
Before using such types, be sure that you really want them. Often they just make your code unreadable when a special purpose type would have been clearer, not to mention generally better behaved
travisbrady has quit []
mjs22 has joined #ocaml
julm has quit [Read error: 60 (Operation timed out)]
verte_ has joined #ocaml
verte has quit [Nick collision from services.]
verte_ is now known as verte
julm has joined #ocaml
mishok13 has joined #ocaml
mjs22 has quit ["Leaving"]
BiDOrD has quit [Read error: 110 (Connection timed out)]
BiDOrD has joined #ocaml
wysek_ is now known as wysek
ulfdoz has joined #ocaml
BiDOrD has quit [Read error: 110 (Connection timed out)]
smimou has joined #ocaml
hkBst has joined #ocaml
komar_ has joined #ocaml
animist_ has quit [Read error: 60 (Operation timed out)]
sramsay has joined #ocaml
sramsay has quit ["Leaving"]
animist has joined #ocaml
smimou has quit ["bli"]
hkBst has quit [Read error: 104 (Connection reset by peer)]
aklt has joined #ocaml
<aklt>
Hi all
<aklt>
I am trying to get the examples of netcgi2 to work, but am not having any luck...
<aklt>
I am specifically interested in the fcgi examples. Does anyone have experience with these?
X-Scale has left #ocaml []
Amorphous has quit [Read error: 110 (Connection timed out)]
Amorphous has joined #ocaml
Associat0r has joined #ocaml
_andre has joined #ocaml
th5 has joined #ocaml
th5 has quit [Client Quit]
komar_ has quit [Read error: 54 (Connection reset by peer)]
komar_ has joined #ocaml
BiDOrD has joined #ocaml
<aklt>
Does anyone here do web apps in ocaml?
X-Scale has joined #ocaml
Spiwack has joined #ocaml
<kaustuv>
aklt: I think the MLState folk might, but not sure if they use ocamlnet or if they roll their own
<jimmyb2187>
aklt: I've sorta started working with Ocsigen/Eliom
<jimmyb2187>
...although I'm a total n00b at both that and OCaml.
<aklt>
Ah intereseting
<aklt>
I looked at Ocsigen briefly, and it seems cool, but I chose not to go that way because to me it seems to do too much
<aklt>
I.e. it is also a webserver as I understand
<aklt>
And I assume that using one of the existing webservers out there is a better chaise.
<aklt>
chaise -> chouse
<aklt>
Man can I spell: Choice, it is
<kaustuv>
aklt: you can use apache to forward requests to a different server
<jimmyb2187>
Lol
hkBst has joined #ocaml
<jimmyb2187>
aklt: Yes... Ocsigen is a webserver but between that and Eliom it's pretty much completely changed my perception of how web apps should be written.
<jimmyb2187>
Actually I'm not sure if webapps "should" be written the way they advocate... but it definitely opened my eyes to another way that they could be written.
<aklt>
jimmyb2187: That is interesting, I will definately look closer at that.
<aklt>
Performance is an important motivation for my looking at ocaml for web programming
bombshelter13_ has joined #ocaml
<jimmyb2187>
Oh yea dude then I think you'll definitely want to take a serious look at Ocsigen... one of the other nice things I think is that you have the option of statically linking your site into the Ocsigen executable so your entire web server and web site is just 1 executable.
<aklt>
The performance figures do look very promising,.. I'll have a look, but I must get the fastcgi examples to work first (stubborn :)
th5 has joined #ocaml
willb has quit [Read error: 110 (Connection timed out)]
<aklt>
Which ocsigen version are you using?
<jimmyb2187>
I just installed it via apt on my slicehost account which is 1.1.0
<aklt>
Ah, ok... slicehost,.. are they good
<aklt>
?
<aklt>
I ran into an error compiling 1.2.0 through godi
<jimmyb2187>
I'd say so... I mean I'm getting pretty much exactly what I want out of them, which is a little sandbox for experimenting w/ side projects/hosting my blog.
<jimmyb2187>
Yea... like I said earlier I'm actually a bit of a n00b to the whole OCaml world (i.e. I haven't used godi yet :-/)
<aklt>
That's nice. I currently have access to a provider that lets me use ftp only, so I need to upgrade :-)
<aklt>
No problem. I am also quite new to it. Seems to work nicely though
<aklt>
I'll try the darcs version of ocsigen, then :-)
<jimmyb2187>
Cool :-)
willb has joined #ocaml
Associat0r has quit []
Pepe___ has joined #ocaml
Pepe___ has quit [Read error: 60 (Operation timed out)]
smimou has joined #ocaml
Pepe___ has joined #ocaml
Pepe_ has quit [Success]
verte has quit ["~~~ Crash in JIT!"]
Submarine has joined #ocaml
aklt has quit ["Must see the great outdoors"]
theIdeaMen has joined #ocaml
theIdeaMen has quit [Client Quit]
th5 has quit [Read error: 110 (Connection timed out)]
Pepe___ is now known as Pepe_
amuck_ has joined #ocaml
BiDOrD has quit [hubbard.freenode.net irc.freenode.net]
peddie has quit [hubbard.freenode.net irc.freenode.net]
bacam has quit [hubbard.freenode.net irc.freenode.net]
rbancroft has quit [hubbard.freenode.net irc.freenode.net]
mbishop has quit [hubbard.freenode.net irc.freenode.net]
Camarade_Tux has quit [hubbard.freenode.net irc.freenode.net]
BiDOrD has joined #ocaml
peddie has joined #ocaml
bacam has joined #ocaml
Camarade_Tux has joined #ocaml
mbishop has joined #ocaml
rbancroft has joined #ocaml
peddie_ has joined #ocaml
rbancrof1 has joined #ocaml
rbancroft has quit [hubbard.freenode.net irc.freenode.net]
mbishop has quit [hubbard.freenode.net irc.freenode.net]
BiDOrD has quit [hubbard.freenode.net irc.freenode.net]
bacam has quit [hubbard.freenode.net irc.freenode.net]
Camarade_Tux has quit [hubbard.freenode.net irc.freenode.net]
peddie has quit [hubbard.freenode.net irc.freenode.net]
BiDOrD has joined #ocaml
bacam has joined #ocaml
mbishop has joined #ocaml
Camarade_Tux has joined #ocaml
travisbrady has joined #ocaml
mbishop_ has joined #ocaml
psnively has joined #ocaml
psnively has left #ocaml []
mbishop has quit [Read error: 113 (No route to host)]
cygnus is now known as Guest81981
Mr_Awesome has quit ["aunt jemima is the devil!"]
Yoric[DT] has joined #ocaml
komar_ has quit [Read error: 60 (Operation timed out)]
Spiwack has quit ["Leaving"]
komar_ has joined #ocaml
sramsay has joined #ocaml
thelema has quit [Read error: 60 (Operation timed out)]
peddie has joined #ocaml
peddie_ has quit [Read error: 60 (Operation timed out)]
<fremo>
ocaml fastcgi is fast, as expected... :)
<jimmyb2187>
Yea... performance has only been an issue on 3 projects that I ever worked on... so it's not exactly a huge deciding factor for me...
<fremo>
right...
<jimmyb2187>
Have you worked w/ both ocaml fastcgi and ocsigen?
<fremo>
ocaml & fastcgi, yes ocsigen, no
<jimmyb2187>
Cool
_andre has quit ["leaving"]
<fremo>
(I have nothing online)
<jimmyb2187>
Neither do I really
<jimmyb2187>
Not anything worth sharing at least
<fremo>
I wrote a kind of template engine (for substitution and escaping)
BiDOrD has quit [Read error: 110 (Connection timed out)]
Associat0r has joined #ocaml
Associ8or has joined #ocaml
Associat0r has quit [Connection timed out]
Guest81981 is now known as cygnus-
ergodick has joined #ocaml
ergodick has left #ocaml []
mbishop_ is now known as mbishop
Yoric[DT] has quit ["Ex-Chat"]
bombshelter13_ has quit []
bombshelter13_ has joined #ocaml
bombshelter13_ has quit [Client Quit]
BiDOrD has joined #ocaml
M| has quit ["IRC is just multiplayer notepad"]
M| has joined #ocaml
slash_ has quit [Client Quit]
ulfdoz has quit ["deprecated"]
Pepe_ has quit [Read error: 110 (Connection timed out)]
willb has quit [Read error: 110 (Connection timed out)]
sramsay has quit ["Leaving"]
hkBst has quit [Read error: 104 (Connection reset by peer)]