7 resultados para Independent phase

em University of Queensland eSpace - Australia


Relevância:

70.00% 70.00%

Publicador:

Resumo:

Real-time software systems are rarely developed once and left to run. They are subject to changes of requirements as the applications they support expand, and they commonly outlive the platforms they were designed to run on. A successful real-time system is duplicated and adapted to a variety of applications - it becomes a product line. Current methods for real-time software development are commonly based on low-level programming languages and involve considerable duplication of effort when a similar system is to be developed or the hardware platform changes. To provide more dependable, flexible and maintainable real-time systems at a lower cost what is needed is a platform-independent approach to real-time systems development. The development process is composed of two phases: a platform-independent phase, that defines the desired system behaviour and develops a platform-independent design and implementation, and a platform-dependent phase that maps the implementation onto the target platform. The last phase should be highly automated. For critical systems, assessing dependability is crucial. The partitioning into platform dependent and independent phases has to support verification of system properties through both phases.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

We propose a method for the timing analysis of concurrent real-time programs with hard deadlines. We divide the analysis into a machine-independent and a machine-dependent task. The latter takes into account the execution times of the program on a particular machine. Therefore, our goal is to make the machine-dependent phase of the analysis as simple as possible. We succeed in the sense that the machine-dependent phase remains the same as in the analysis of sequential programs. We shift the complexity introduced by concurrency completely to the machine-independent phase.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Ischaemia-reperfusion and toxic injury are leading causes of acute renal failure (ARF). Both of these injury initiators use secondary mediators of damage in oxygen-derived free radicals. Several recent publications about ischaemia-reperfusion and toxin-induced ARF have indicated that plasma membrane structures called caveolae, and their proteins, the caveolins, are potential participants in protecting or repairing renal tissues. Caveolae and caveolins have previously been ascribed many functions, a number of which may mediate cell death or survival of injured renal cells. This review proposes possible pathophysiological mechanisms by which altered caveolin-1 expression and localization may affect renal cell survival following oxidative stress.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Using quantitative light microscopy and a modified immunoelectron microscopic technique, we have characterized the entry pathway of the cholera toxin binding subunit (CTB) in primary embryonic fibroblasts. CTB trafficking to the Golgi complex was identical in caveolin-1 null (Cav1 -/-) mouse embryonic fibroblasts (MEFs) and wild-type (WT) MEFs. CTB entry in the Cav1 -/- MEFs was predominantly clathrin and dynamin independent but relatively cholesterol dependent. Immunoelectron microscopy was used to quantify budded and surface-connected caveoloe and to identify noncaveolar endocytic vehicles. In WT MEFs a small fraction of the total Cav1-positive structures were shown to bud from the plasma membrane (2 % per minute), and budding increased upon okadaic acid or lactosyl ceramide treatment. However, the major carriers involved in initial entry of CTB were identified as uncoated tubular or ring-shaped structures. These carriers contained GPI-anchored proteins and fluid phase markers and represented the major vehicles mediating CTB uptake in both WT and caveolae-null cells.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

In the process of internalization of molecules from the extracellular milieu, a cell uses multiple endocytic pathways, consequently generating different endocytic vesicles. These primary endocytic vesicles are targeted to specific destinations inside the cell. Here, we show that GPI-anchored proteins are internalized by an Arf6-independent mechanism into GPI-anchored protein-enriched early endosomal compartments (GEECs). Internalized GPI-anchored proteins and the fluid phase are first visualized in GEECs that are acidic, primary endocytic structures, negative for early endosomal markers, Rab4, Rab5, and early endosome antigen (EEA)1. They subsequently acquire Rab5 and EEA1 before homotypic fusion with other GEECs, and heterotypic fusion with endosomes containing cargo from the clathrin-dependent endocytic pathway. Although, the formation of GEECs is unaffected by inhibition of Rab5 GTPase and phosphatidylinositol-3'-kinase (PI3K) activity, their fusion with sorting endosomes is dependent on both activities. Overexpression of Rab5 reverts PI3K inhibition of fusion, providing evidence that Rab5 effectors play important roles in heterotypic fusion between the dynamin-independent GEECs and clathrin- and dynamin-dependent sorting endosomes.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Cyclin-dependent kinase 4 (CDK4)/cyclin D has a key role in regulating progression through late G(1) into S phase of the cell cycle. CDK4-cyclin D complexes then persist through the latter phases of the cell cycle, although little is known about their potential roles. We have developed small molecule inhibitors that are highly selective for CDK4 and have used these to define a role for CDK4-cyclin D in G(2) phase. The addition of the CDK4 inhibitor or small interfering RNA knockdown of cyclin D3, the cyclin D partner, delayed progression through G(2) phase and mitosis. The G(2) phase delay was independent of ATM/ATR and p38 MAPK but associated with elevated Wee1. The mitotic delay was because of failure of chromosomes to migrate to the metaphase plate. However, cells eventually exited mitosis, with a resultant increase in cells with multiple or micronuclei. Inhibiting CDK4 delayed the expression of the chromosomal passenger proteins survivin and borealin, although this was unlikely to account for the mitotic phenotype. These data provide evidence for a novel function for CDK4-cyclin D3 activity in S and G(2) phase that is critical for G(2)/M progression and the fidelity of mitosis.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The real-time refinement calculus is an extension of the standard refinement calculus in which programs are developed from a precondition plus post-condition style of specification. In addition to adapting standard refinement rules to be valid in the real-time context, specific rules are required for the timing constructs such as delays and deadlines. Because many real-time programs may be nonterminating, a further extension is to allow nonterminating repetitions. A real-time specification constrains not only what values should be output, but when they should be output. Hence for a program to implement such a specification, it must guarantee to output values by the specified times. With standard programming languages such guarantees cannot be made without taking into account the timing characteristics of the implementation of the program on a particular machine. To avoid having to consider such details during the refinement process, we have extended our real-time programming language with a deadline command. The deadline command takes no time to execute and always guarantees to meet the specified time; if the deadline has already passed the deadline command is infeasible (miraculous in Dijkstra's terminology). When such a realtime program is compiled for a particular machine, one needs to ensure that all execution paths leading to a deadline are guaranteed to reach it by the specified time. We consider this checking as part of an extended compilation phase. The addition of the deadline command restores for the real-time language the advantage of machine independence enjoyed by non-real-time programming languages.