Re: Socket connection return "Process file table overflow."



Hi,

I think i do not look for any specification, because i only need to
implement a simple file download from a HTTPS Server...

Can you give me some guidelines of what is needed to open a connection
and to close, or to prepare it to the next download...

Thanks

On 25 Mar, 16:55, David Schwartz <dav...@xxxxxxxxxxxxx> wrote:
On Mar 25, 9:19 am, Nuno <nuno.escul...@xxxxxxxxx> wrote:

For your first question, i don't know how to respond, how i see this?
i implement by examples that i find in the internet...

That's a huge mistake. You should implement the protocol from the
specification. Otherwise, you have no idea what the server is allowed
to do.

I think the problem is on my closing connections function too, but
where i can't seem to understand, I'm freeing the context because the
idea is to free/release/close everything that i opened... i should not
be freeing the context?

There is no reason to free the context if you still need it, which you
do.

DS

.



Relevant Pages

  • any documentation on IE interop?
    ... I tried using web but that does not always work for me when the clicked link ... is using https and requires the same context be passed to new window. ... what risk I have to mitigate ...
    (microsoft.public.dotnet.framework.interop)
  • Re: Socket connection return "Process file table overflow."
    ... That's a huge mistake. ... You should implement the protocol from the ... where i can't seem to understand, I'm freeing the context because the ...
    (comp.os.linux.development.system)