You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Evan Gilbert (JIRA)" <ji...@apache.org> on 2008/09/17 09:17:44 UTC

[jira] Created: (SHINDIG-607) Support GET batching for JSON-RPC for latency

Support GET batching for JSON-RPC for latency
---------------------------------------------

                 Key: SHINDIG-607
                 URL: https://issues.apache.org/jira/browse/SHINDIG-607
             Project: Shindig
          Issue Type: Improvement
          Components: RESTful API (Java), RESTful API (PHP)
            Reporter: Evan Gilbert
            Priority: Minor


POSTs have higher latency than GETs as they require 2 server round trips with many browsers (see http://developer.yahoo.com/performance/rules.html#ajax_get).

We should add support for a batch GET URL and use when possible.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Commented: (SHINDIG-607) Support GET batching for JSON-RPC for latency

Posted by Louis Ryan <lr...@google.com>.
This should be considered as a batch extension to the URL addressing part of
the JSON-RPC spec.

On Wed, Oct 15, 2008 at 2:20 PM, Chris Chabot (JIRA) <ji...@apache.org>wrote:

>
>    [
> https://issues.apache.org/jira/browse/SHINDIG-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639970#action_12639970]
>
> Chris Chabot commented on SHINDIG-607:
> --------------------------------------
>
> Just leave a comment with what GET param you want to use and I'll hook it
> up in the php version asap
>
> > Support GET batching for JSON-RPC for latency
> > ---------------------------------------------
> >
> >                 Key: SHINDIG-607
> >                 URL: https://issues.apache.org/jira/browse/SHINDIG-607
> >             Project: Shindig
> >          Issue Type: Improvement
> >          Components: RESTful API (Java), RESTful API (PHP)
> >            Reporter: Evan Gilbert
> >            Priority: Minor
> >
> > POSTs have higher latency than GETs as they require 2 server round trips
> with many browsers (see
> http://developer.yahoo.com/performance/rules.html#ajax_get).
> > We should add support for a batch GET URL and use when possible.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

[jira] Commented: (SHINDIG-607) Support GET batching for JSON-RPC for latency

Posted by "Chris Chabot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639970#action_12639970 ] 

Chris Chabot commented on SHINDIG-607:
--------------------------------------

Just leave a comment with what GET param you want to use and I'll hook it up in the php version asap

> Support GET batching for JSON-RPC for latency
> ---------------------------------------------
>
>                 Key: SHINDIG-607
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-607
>             Project: Shindig
>          Issue Type: Improvement
>          Components: RESTful API (Java), RESTful API (PHP)
>            Reporter: Evan Gilbert
>            Priority: Minor
>
> POSTs have higher latency than GETs as they require 2 server round trips with many browsers (see http://developer.yahoo.com/performance/rules.html#ajax_get).
> We should add support for a batch GET URL and use when possible.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SHINDIG-607) Support GET batching for JSON-RPC for latency

Posted by "Chris Chabot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738065#action_12738065 ] 

Chris Chabot commented on SHINDIG-607:
--------------------------------------

can we close this issue? it hasn't seen any movement for a long time (and probably would be better to do this through the spec list first?)

> Support GET batching for JSON-RPC for latency
> ---------------------------------------------
>
>                 Key: SHINDIG-607
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-607
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Java, PHP
>            Reporter: Evan Gilbert
>            Priority: Minor
>
> POSTs have higher latency than GETs as they require 2 server round trips with many browsers (see http://developer.yahoo.com/performance/rules.html#ajax_get).
> We should add support for a batch GET URL and use when possible.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SHINDIG-607) Support GET batching for JSON-RPC for latency

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664240#action_12664240 ] 

Paul Lindner commented on SHINDIG-607:
--------------------------------------

also might be good to add callback=xxxxx param for JSONP...


> Support GET batching for JSON-RPC for latency
> ---------------------------------------------
>
>                 Key: SHINDIG-607
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-607
>             Project: Shindig
>          Issue Type: Improvement
>          Components: RESTful API (Java), RESTful API (PHP)
>            Reporter: Evan Gilbert
>            Priority: Minor
>
> POSTs have higher latency than GETs as they require 2 server round trips with many browsers (see http://developer.yahoo.com/performance/rules.html#ajax_get).
> We should add support for a batch GET URL and use when possible.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.