Mohamed Yousef wrote:
If connection is over Internet via HTTP the connection speed is so slow in
relation to the speed of your CPU that it doesn't really matter.
this is not always true , espicially when using a localhost or a local
netwtork server
the problem is the increase in cpu and memory u
>
> If connection is over Internet via HTTP the connection speed is so slow in
> relation to the speed of your CPU that it doesn't really matter.
this is not always true , espicially when using a localhost or a local
netwtork server
the problem is the increase in cpu and memory usage make it a pain
Mohamed Yousef wrote:
Thanks all ,
but there is still something i forget to state -sorry - all
communication will be via Http with a server
so data is received via Http
so local network solutions won't work
the problem really starts after receiving data in storing them without
much of a CPU/Memor
Thanks all ,
but there is still something i forget to state -sorry - all
communication will be via Http with a server
so data is received via Http
so local network solutions won't work
the problem really starts after receiving data in storing them without
much of a CPU/Memory usage and with a good
Terry Reedy wrote:
Mohamed Yousef wrote:
let's say , I'm moving large files through network between devices
what is the fastest way to do this ?
what i came up with :-
Use your OS's network copy command. On unix, that was once uucp. On
Windows, I drag-and-drop to/from a Network Neighborho
Mohamed Yousef wrote:
Hello ,
let's say , I'm moving large files through network between devices
what is the fastest way to do this ?
what i came up with :-
Use your OS's network copy command. On unix, that was once uucp. On
Windows, I drag-and-drop to/from a Network Neighborhood location
Hi,
You could use generators connected
via a pipe or tcp socket ...
cheers
James
On Fri, Aug 29, 2008 at 10:35 AM, Mohamed Yousef <[EMAIL PROTECTED]> wrote:
> Hello ,
>
> let's say , I'm moving large files through network between devices
> what is the fastest way to do this ?
> what i came up wi
On Aug 28, 5:35 pm, "Mohamed Yousef" <[EMAIL PROTECTED]> wrote:
> Hello ,
>
> let's say , I'm moving large files through network between devices
> what is the fastest way to do this ?
> what i came up with :-
>
> 1) using regular file operations with an in memory limit of 4MB which
> when filled wr
Hello ,
let's say , I'm moving large files through network between devices
what is the fastest way to do this ?
what i came up with :-
1) using regular file operations with an in memory limit of 4MB which
when filled written to disk and re-filled again
2) using memory mapped files in the followi