473,811 Members | 3,532 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Asyncronous processing at channel sinks

what is the point of asyncronously processing requests or responses at
channel sinks when we can do asyncronous calls at the .net remoting
application level ?

do we consider AsyncProcessRes ponse method of the IClientChannelS ink
class as a callback function?

how is async calls differ from having threads controling my calls?
are there any articles or resources on the net that has good
explanations on these points?

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 15 '05 #1
0 1025

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1222
by: Nathan | last post by:
On my .NET web project I am trying to make an asyncronous call to a function using IAsyncResult. The function will process for about a 1/2 hour. before it completes, the process abruptly ends as though it has timed out. I'm not sure what is timing out. Would it be the page I am making the async call from? Or possibly the connection/command objects I am using to connect to my sql db?
2
2170
by: Joe | last post by:
I'm quite new to object oriented programming, so this is probably a really basic problem that there is an obvious solution to, but anyway... I am looking for a little advice on a good way of storing a list of channels for a video capture application. I have a channel class that contains information such as the tuning frequency and the channel name. I then want to have a channel list class which is used to store the channels and their...
0
1095
by: Dennis Myrén | last post by:
Hi. I use System.Drawing.Bitmap to work with bitmaps. I use LockBits to retrieve a BitmapData which in turn provides me with the Scan0 property which i then use to loop the pixel data using byte *. I am aware of that internally GDI+ stores RGB as BGR, therefore i have to to a manual swap for the R and B components of each pixel. This works when the image contains no alpha channel, but when an alpha channel is present (Format32bppArgb)
1
4468
by: il RicercatoreSbadato | last post by:
title: asyncronous Socket and EndAccept() question: hi to all, I am working with a server that uses the sockets in a asyncronous way. When I want to STOP the server I do the following: - serverMainSocket.EndAccept(); - serverMainSocket.Shutdown(SocketShutdown.Both); - serverMainSocket.Close(); My problem is on the first instruction. I don't know what can I put as argument in the EndAccept().
2
1743
by: Anders Borum | last post by:
Hello! I was looking at marking objects with a changed state, once properties have been changed. The reason behind this is, that I would like to enlist such objects for processing in a transaction. The example below illustrates a sample pattern, which is fine when exposing simple value types. However, when exposing reference types, it becomes really hard (if not
1
1232
by: Josema | last post by:
Hi, I made an application that foreach directory that found in the hardisk create a node into a treeview. Of course, to avoid that the user interface gets blocked, i use a handler in a syncronous way. The problem is that when i execute the application and click a button to fill the treeview, dont fill anything.
3
1734
by: OJ | last post by:
Hi, I have written a small C# 2.0 DLL which acts as a client to a Socket based server over the internet. I have written both synchronous and asynchronous methods to connect, send, and receive data from the server. Each request/response can take upto 180 seconds. I am trying to use the asyncronous calls in an ASP.NET C# 2.0 Webcontrol, which displays the returned data. At the moment I am happily using the asyncronous functions and events...
3
1378
by: Rob Nicholson | last post by:
I've developed a ASP.NET website which is running on a Windows 2003 Server with IIS6. I need to be able to run an asynchronous task that checks a POP3 mailbox, processes an email, writes data into the database and send SMTP emails back out. All of this is implemented and working fine except the asynchronous task bit. In a traditional client/server environment we'd probably write a service to carry out this operation. The same is...
3
1118
by: Will | last post by:
Our company just allowed asp.net to be used internally here at my job. I am in the process of getting the software. My boss wants me to have some sort of way to capture load times in various places. I understand trace and how to turn it on but apparently this is not good enough. Is there anyway without writing my own code to do some sort of process time checking and just printing it to the screen but making them specific to different...
0
9724
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10379
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10394
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10127
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9201
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7665
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6882
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5690
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4336
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.