Web Images Videos Maps News Shopping Google Mail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Local SCA client access.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
Bruno Reis  
View profile   Translate to Translated (View Original)
 More options 19 Nov 2008, 17:07
From: "Bruno Reis" <bruno.p.r...@gmail.com>
Date: Wed, 19 Nov 2008 15:07:31 -0200
Local: Wed 19 Nov 2008 17:07
Subject: Local SCA client access.

Hi there,

I was wondering about how a local SCA access happens. I run trough the IBM
tutorial where I set up a service and a client, running on the same machine.

It worked just fine, but I have not tested performance.
How is this operation compared to a normal method access?
Does this local access involves XML messaging, or the SCA recognize its on
the same server and do this access on another (maybe faster) way?

I will begin to build an application and I am thinking about using SCA to
organize it in a "service oriented" way. But I dont plan to use a rich
client capable of doing all the job on the client, so I will have a
middleware layer that will act as a controller either.

Do you think this may be an overhead to use SCA this way, instead of
accessing this service layer with normal php code?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Graham Charters  
View profile   Translate to Translated (View Original)
 More options 21 Nov 2008, 15:41
From: Graham Charters <gchart...@googlemail.com>
Date: Fri, 21 Nov 2008 07:41:13 -0800 (PST)
Local: Fri 21 Nov 2008 15:41
Subject: Re: Local SCA client access.
Hi Bruno,

There is a cost over and above doing local calls for local SCA service
invocations.  Firstly, SCA will reflect on the service you are going
to call, in order to understand its types and what methods are
available.  Secondly, the invocation will go through a proxy (SCA/
Bindings/local/Proxy.php) to make the call.  Proxying allows us to
ensure pass-by-value semantics on the call (consistent with remote
invocations).  The call does not do serialization to/from XML.

I don't know of any performance comparisons.

Regards, Graham.

On 19 Nov, 17:07, "Bruno Reis" <bruno.p.r...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google