Re: Question about performance using remoting



information in the database. If I use remoting with this object will a
trip
be made to the server every time I update a property? I really only want
the
trip to the server to be made when I call Add.

Assuming that Add method does not return anything (return type void in J#,
C#, C++ or it's a Sub in VB.Net), use "OneWay" Attribute.

Note that the call would always be asynchronous in this case.

--
Cheers,
Gaurav Vaish
http://www.mastergaurav.org
http://www.edujini.in
-------------------


.



Relevant Pages

  • Re: reordering list help or algo needed
    ... > and almost unreadable Kenneth Downs's handwriting: ... > Clicking, query, clicking, query, clicking, query again and again - this ... Trip to server, list is refreshed, row is ...
    (comp.lang.php)
  • Re: Is it true that All communication between front-end and back-end servers goes through TCP port
    ... to show the conversation between AD and Exchange but it is not important to ... My mother asks me to book a trip for her. ... > Front-end server requests GC using LDAP to determine where is located user ... > packets came to 80 port only, like HTTP for OWA, RPC over HTTP, OMA ...
    (microsoft.public.exchange2000.general)
  • Re: OT: Synchronizing Email between PCs
    ... for anything that's received I am using a simple solution: I set up my server so that it maintains two sets of copies. ... The other does the same but only to the laptop with a different login. ... This may not work for you, but most of my colleagues who travel a lot use webmail of some variety. ... Highlight all sent emails from the recent trip and forward to yourself. ...
    (sci.electronics.design)
  • Re: OT: Synchronizing Email between PCs
    ... for anything that's received I am using a simple solution: I set up my server so that it maintains two sets of copies. ... The other does the same but only to the laptop with a different login. ... This may not work for you, but most of my colleagues who travel a lot use webmail of some variety. ... Highlight all sent emails from the recent trip and forward to yourself. ...
    (sci.electronics.design)
  • Re: Is it true that All communication between front-end and back-end servers goes through TCP port
    ... I don't understand WHAT front-end proxies to back-end using TCP 80. ... Is it mistake in Exchange Server 2003 Deployment guide or is it my ... Mail server administrator, MCSA/MCSE ... > My mother asks me to book a trip for her. ...
    (microsoft.public.exchange2000.general)

Loading