Re: question about data transfer

2005-11-26 Thread Richard Salz
> Now i've desided to write a new application instead of using an > existing protocol.But I'm a fresh men here, so not very clear with > what should i do first,would you please give me some advices about this ? If you don't know what you are doing, re-use an existing protocol. If you insist o

Re: question about data transfer

2005-11-26 Thread sun yingming
Thank you for your advice. Now i've desided to write a new application instead of using an existing protocol.But I'm a fresh men here, so not very clear with what should i do first,would you please give me some advices about this ?   thank you very much!   Sun yingming From:  Bear Giles <[E

Re: question about data transfer

2005-11-21 Thread Bear Giles
When you say "data stream", how much data are you talking about? If it's occasional data (e.g., updated every 5 minutes) it would probably be easiest to use a HTTPS client using a "post" form. That lets you use a standard web server on the other end. One less thing to worry about. Another possibi