Results 31 comments of Marcelo Zabani

Oh, I see, things are indeed more complicated than I thought. Thanks for explaining. The workaround you suggested works really well too. Thanks! I wonder though if it wouldn't still...

It seems that pgp-cgi is closing the connection abruptly? It's hard to say for sure without knowing a bit more. Do you know at which point in the code the...

I've never used php-cgi before, but it seems to me it acts as a FastCGI application. In that case, I think it might need important parameters to know which php...

Sorry for the delay, bertasoft, I tried downloading the zip file you attached, but I no longer have a Windows machine, so it's hard for me to test this at...

Glad you're liking FastCgiNet! Sadly, the entire request's contents will be kept in memory - including the file's contents. However, this is undesirable and certainly is a common need for...

Having _FastCgiStream_ fall back to hard disk seems to be the most natural way for this feature to be implemented, although we have to be cautious about how we are...

The part with the interface and the static property sounds pretty good to me. Also, I agree that defining this in a _ApplicationSocketRequest_'s constructor is a good thing, although it...

That is a very cool way to do this! We will only need to make sure we document this functionality very well later on, but that is something I'll do...

Hi gusmanb, Good thing you're going to take a look at it. I have to admit I haven't tested this new feature very well at all. One more thing that...

@gusmanb, how are things doing over there? Any news?