Re: [Haskell-cafe] [GSoC] Student applications deadline extended one week

2008-04-01 Thread Manlio Perillo
Adam Langley ha scritto: On Mon, Mar 31, 2008 at 12:00 PM, Manlio Perillo [EMAIL PROTECTED] wrote: Since Nginx is asynchronous, how can be solved the producer-consumer problem (that is, the Haskell program produces more data that Nginx can send to the client without blocking)? I assume

[Haskell-cafe] [GSoC] Student applications deadline extended one week

2008-03-31 Thread Don Stewart
Hey all, As you might know, the Google Summer of Code application submission period is open. Google has decided to extend the deadline for initial student applications by one week, http://groups.google.com/group/google-summer-of-code-announce/browse_thread/thread/9fa88f31aa401f70 If you've

Re: [Haskell-cafe] [GSoC] Student applications deadline extended one week

2008-03-31 Thread Manlio Perillo
Don Stewart ha scritto: Hey all, As you might know, the Google Summer of Code application submission period is open. Google has decided to extend the deadline for initial student applications by one week,

Re: [Haskell-cafe] [GSoC] Student applications deadline extended one week

2008-03-31 Thread Adam Langley
On Mon, Mar 31, 2008 at 12:00 PM, Manlio Perillo [EMAIL PROTECTED] wrote: Since Nginx is asynchronous, how can be solved the producer-consumer problem (that is, the Haskell program produces more data that Nginx can send to the client without blocking)? I assume that the Haskell process is