Finally, it's here!
http://www.embarcadero.com/products/delphi/64-bit
Maybe it's time to check all our projects for 64-bit compatibility? :)
--
Anton
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit o
> Maybe it's time to check all our projects for 64-bit compatibility?
> :)
Only if your ICS project needs to access more than 2 gigs of memory (or
is it 4), or is a DLL called by other 64-bit applications.
ICS is currently being tested for 64-bit computability, which
unfortunately means replac
Hello,
I am not much fond of Assembler yet we have 1 assembler unit in our proxy
server. Does anybody have a link to a page which explains how to migrate to
64-bit from 32-bit?
Regards,
SubZero
On Tue, Apr 5, 2011 at 11:34 AM, Angus Robertson - Magenta Systems Ltd <
an...@magsys.co.uk> wrote:
>
> Does anybody have a link to a page which explains how to
> migrate to 64-bit from 32-bit?
Since 64-bit is not released or even public beta, you are unlikely to
find any public information about migration yet.
In ICS, we'll try and stick to pure pascal, rather than writing 64-bit
assembler, i
On Tue, Apr 5, 2011 at 11:51 AM, Angus Robertson - Magenta Systems Ltd <
an...@magsys.co.uk> wrote:
>
> It will be interesting to investigate whether 64-bit applications remove
> some the restrictions on numbers of sockets in massive server
> applications, or whether Windows TCP itself is the limi
Scrive Angus Robertson - Magenta Systems Ltd :
[...]
> In ICS, we'll try and stick to pure pascal, rather than writing 64-bit
> assembler, it's rare that speed is important in our functions,
> particularly with the massively over powered processors we mostly use now.
Isn't the 64 bit assembler m
Ok. Thank you for your answer.
And how could I send a file on HTTPS protocol?
I would like to connect two clients behind firewalls through a server on WAN
and initiate the file transfer between them... Do you think that's possible?
--
From: "Fran
And how could I send a file on HTTPS protocol?
There is no difference in HTTP (or HTTPS) between files and documents.
I would like to connect two clients behind firewalls through a server on
WAN and initiate the file transfer between them... Do you think that's
possible?
Do you mean you hav
On 5/4/2011 4:24 μμ, Francois PIETTE wrote:
And how could I send a file on HTTPS protocol?
There is no difference in HTTP (or HTTPS) between files and documents.
I would like to connect two clients behind firewalls through a server
on WAN and initiate the file transfer between them... Do you
You cannot communicate between clients. You must pass thru the server,
first upload the file from one client to the server and then download
the file from the server to the second client.
Or transform one client into a server (That is simply use ICS HTTPS
server component). But then you'll have
Hi Francois,
Do we have any kind of demo project of how to upload stuff to the server by
using ssl and how to download from the server?
This is something that I also very much would like to know about.
I have faced many times the following problem,
No one likes to open too many ports, if we cou
11 matches
Mail list logo