bugTransport Sample Protocol - Bugs: bug #14992, GLU thread start IFF one consumer...

 
 

bug #14992: GLU thread start IFF one consumer has connected

Submitter:  Eric NOULARD <erk>
Submitted:  Wed 16 Nov 2005 10:08:58 PM UTC
   
 
Category:  Core Severity:  3 - Normal
Status:  Ready For Test Privacy:  Public
Assigned to:  erk Open/Closed:  Closed
Release:  * None Fixed Release:  * None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 29 Jan 2006 09:03:32 PM UTC, comment #2: 

Test are ok.
This will be in TSP 0.7.1

Eric NOULARD <erk>
Group administrator
Tue 29 Nov 2005 10:42:36 PM UTC, comment #1: 

Fixed.
We now start GLU thread at the end
of TSP_provider_run.
OK with stub_server and bb_provider.
Needs testing though.

Eric NOULARD <erk>
Group administrator
Wed 16 Nov 2005 10:08:58 PM UTC, original submission:  

In the past we decided that the first
consumer connection will trigger the 'real'
GLU_thread start-up.
(may be because of the double ringbuf between
 GLU_thread and datapool thread which Dufy
 get rid of some time ago)

cf src/core/ctrl/tsp_provider.c:449
  if(TSP_session_create_symbols_table_by_channel(req_sample, ans_sample))
    {
      ans_sample->status = TSP_STATUS_OK;
      firstGLU->start(firstGLU); /* FIXME Y.D : Why start now the thread */
    }

I think that if GLU is ACTIVE the thread should
be launch by TSP_provider_run call.

Eric NOULARD <erk>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-01-29 erk Open/ClosedOpen Closed
2005-11-29 erk StatusNone Ready For Test
    Assigned toNone erk

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code