Re: Multithreaded server

From: Fred Hirschfeld (a_at_b.c)
Date: 03/21/05


Date: Mon, 21 Mar 2005 09:24:13 -0800

Sorry about all the questions but I don't want to give a generic answer that
may not be appropriate.

Are the jobs running between client calls? If not then you might want to
look at making a state class that can serialize your job state so that you
can pass that back and forth as needed to each method. This may not be
possible if there is a lot of state in which case you could use a
persistance store (SQL, XML Files, ...) that would be used on the server to
retrieve the state on each method call.

Fred

"Brecht Yperman" <BrechtYperman@discussions.microsoft.com> wrote in message
news:769A66E4-DCC5-4BC0-99FC-8D0232795954@microsoft.com...
>
>> Do you really need a singleton or can you use SingleCall? SingleCall will
>> be
>> much more scalable for multiple clients and I have not seen anything to
>> indicate the need for a singleton.
>
> Well, we have to keep some kind of map (ID to Job) with all running jobs,
> no?



Relevant Pages

  • Re: Posted before didnt get a response- populating dropdown 2 sou
    ... When preparing a quote you would typically build a form based on the Quote ... Any Client information you wish to appear on the Quote form can ... jobs in the quote form will show up in the dropdown for the quotes form- ... can build your combo box row source from the table, ...
    (microsoft.public.access.forms)
  • Re: Queue redirection & traffic compression
    ... You need to support delegation so the client computers can access the hop to ... Downlevel Print Jobs Not Redirected Correctly ... > central and multiple remote sites. ... The print cluster queue ...
    (microsoft.public.win2000.printing)
  • Re: Record Duplicating Itself
    ... Microsoft Office/Access MVP ... "Jobs" Screen. ... I imagine that is why the report was showing each client that many ... Dim stDocName As String ...
    (microsoft.public.access.forms)
  • Re: Record Duplicating Itself
    ... I have got it right to show the address information on the invoice. ... Microsoft Office/Access MVP ... "Jobs" Screen. ... I deleted the combo box for "Client" and re-created it. ...
    (microsoft.public.access.forms)
  • Re: Record Duplicating Itself
    ... Microsoft Office/Access MVP ... "Jobs" Screen. ... I deleted the combo box for "Client" and re-created it. ... Dim stDocName As String ...
    (microsoft.public.access.forms)

Loading