
1 Oct
2008
1 Oct
'08
3:08 p.m.
Don Stewart ha scritto:
manlio_perillo:
However I'm looking for a good environment for implementing generic internet servers, or web applications with special needs. As an example one of my "maybe future" tasks is to write a simple BitTorrent tracker + seeder.
You could look at conjure, the bitorrent client that uses STM for network multiplexing,
Its unfortunate that the project seems to be dead.
Twisted (a Python asynchronous framework) is a confortable environment, but I feel concurrent Haskell is superior.
Should be a lot faster, given there's compiled native code, and no global locks.
With Twisted you usually don't use threads.
[...]
Manlio Perillo