Re: Basic question about datasets

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Then it will residet on the client machine. The application will be loaded
into the memory of that machine, and so will any variables/data that this
application uses.

To run it on the remote machine, you would have to log in through terminal
services, and then run it.

Think about it, when you run an install off of a network share - the program
still gets installed onto your machine, right? That's because the program
gets copied to your machine and loaded into memory, and then it runs and
installs onto your machine and not on the network share. Same here.

"Chak" <r_chakravarthy@xxxxxxxxxxx> wrote in message
news:%23bwxMfpGGHA.1100@xxxxxxxxxxxxxxxxxxxxxxx
>I meant a network share.
>
> Thanks.
>
> "Miha Markic [MVP C#]" <miha at rthand com> wrote in message
> news:e1vfqInGGHA.344@xxxxxxxxxxxxxxxxxxxxxxx
>>
>> "Chak" <r_chakravarthy@xxxxxxxxxxx> wrote in message
>> news:O%23S5oKmGGHA.2912@xxxxxxxxxxxxxxxxxxxxxxx
>>> If i am running a Windows Forms application from a remote PC,
>>
>> What do you mean? Do you start the application from a network share or
>> through remote desktop?
>>
>> --
>> Miha Markic [MVP C#]
>> RightHand .NET consulting & development www.rthand.com
>> Blog: http://cs.rthand.com/blogs/blog_with_righthand/
>>
>> and the
>>> application creates a dataset, am i right in assuming that the dataset
>>> will reside in the memory of the remote PC ? And if the client is
>>> running the application from his own PC, then the dataset would be in
>>> the client PC ?
>>>
>>> If this is so, then the PC which serves up the applications needs to
>>> have sufficient memory to handle multiple instances of datasets and
>>> other memory objects.
>>>
>>> Regards,
>>>
>>> Chak
>>>
>>
>>
>
>


.



Relevant Pages

  • Re: Memory Leak
    ... > calls a method on the singleton remote object ... The method on remote object does some heavy processing ... So pay load from client to object and object to client ... the memory increases to around 600MB. ...
    (microsoft.public.dotnet.framework.remoting)
  • Memory Leak
    ... calls a method on the singleton remote object ... The method on remote object does some heavy processing ... So pay load from client to object and object to client ... the memory increases to around 600MB. ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: Error Using Remoting, System.OutOfMemoryException anyone ever seen this?
    ... it to transfer the DataSet to the client like I wanted. ... >> As Integer, ByVal pnUserID As Integer, ByVal piView As Short) As DataSet ... >> As for memory use, the client which is hung is not peaked out of memory, ... >> it is running 1% cpu usage and barely any memory used. ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: stolen ownership, round 2, isnt this illegal?
    ... JUST CLEAR THE WHOLE MEMORY AND REINSTALL THE OS SO I CAN START NEW. ... set up remote file sharing. ... I seriously doubt you want to be off of _any_ network. ...
    (microsoft.public.access.security)
  • Re: Memory usage and large number of pages
    ... The problem is the overhead of compiling these pages is huge - and because ... have also found that for each file that is compiled the memory increases. ... >> directory on the web server. ... >> returns the result of this page back to the client. ...
    (microsoft.public.dotnet.framework.aspnet)