Search:

Type: Posts; User: copeg

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,927

    Re: repeatedly reading from a url? anyone?

    So the images being written by the server every update? Is it over-writing the same image every time, or writing to multiple images? You may want to consider spawning a few threads to work in...
  2. Replies
    4
    Views
    1,927

    Re: repeatedly reading from a url? anyone?

    I'd suggest trying to do this using a Socket rather than establishing the connection every time. Seems like you want to establish a Client/Server pair...see
    All About Sockets
Results 1 to 2 of 2