P
Peted
Hi.
i wanted to write a c# exe (no winforms) that can be loaded once and
stay resident in memory. this exe accepts paramters like port and ip
address on initialization, then transmits string data over a tcp/ip
socket after it is resident in memory.
I want to send the string data to the memmory resident exe from
javascript code running in IE 6/7
i know how to do all the socket stuff in the exe, what i dont know how
to do is make the exe initialise once and stay resident in memmory,
then be able to send data to it from javascript.
andy advice appreciated
thanks
Peted
i wanted to write a c# exe (no winforms) that can be loaded once and
stay resident in memory. this exe accepts paramters like port and ip
address on initialization, then transmits string data over a tcp/ip
socket after it is resident in memory.
I want to send the string data to the memmory resident exe from
javascript code running in IE 6/7
i know how to do all the socket stuff in the exe, what i dont know how
to do is make the exe initialise once and stay resident in memmory,
then be able to send data to it from javascript.
andy advice appreciated
thanks
Peted