You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by de...@geronimo.apache.org on 2004/10/01 10:30:32 UTC

[jira] Created: (GERONIMO-345) Integrate Geronimo and Derby ThreadPools

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-345

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GERONIMO-345
    Summary: Integrate Geronimo and Derby ThreadPools
       Type: New Feature

     Status: Unassigned
   Priority: Major

    Project: Apache Geronimo

   Assignee: 
   Reporter: Jeremy Boynes

    Created: Fri, 1 Oct 2004 1:30 AM
    Updated: Fri, 1 Oct 2004 1:30 AM

Description:
Derby's network adaptor currently manages its own pool of threads that are used to service client requests. It would be useful if this could be integrated with Geronimo's own thread management with the intention of allowing administrators to balance resources between database calls and other server invocations (e.g. EJB calls, inbound messages or web requests)


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-345) Integrate Geronimo and Derby ThreadPools

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-345?page=all ]

Aaron Mulder updated GERONIMO-345:
----------------------------------

    Fix Version: 1.0
    Environment: 

> Integrate Geronimo and Derby ThreadPools
> ----------------------------------------
>
>          Key: GERONIMO-345
>          URL: http://issues.apache.org/jira/browse/GERONIMO-345
>      Project: Geronimo
>         Type: New Feature
>   Components: connector
>     Reporter: Jeremy Boynes
>      Fix For: 1.0

>
> Derby's network adaptor currently manages its own pool of threads that are used to service client requests. It would be useful if this could be integrated with Geronimo's own thread management with the intention of allowing administrators to balance resources between database calls and other server invocations (e.g. EJB calls, inbound messages or web requests)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-345) Integrate Geronimo and Derby ThreadPools

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://nagoya.apache.org/jira/browse/GERONIMO-345?page=history ]

Aaron Mulder updated GERONIMO-345:
----------------------------------

    Component: connector

The Derby connector can access Geronimo thread pools via the WorkManager.  I guess the bulk of the changes are to the Derby side?

> Integrate Geronimo and Derby ThreadPools
> ----------------------------------------
>
>          Key: GERONIMO-345
>          URL: http://nagoya.apache.org/jira/browse/GERONIMO-345
>      Project: Apache Geronimo
>         Type: New Feature
>   Components: connector
>     Reporter: Jeremy Boynes

>
> Derby's network adaptor currently manages its own pool of threads that are used to service client requests. It would be useful if this could be integrated with Geronimo's own thread management with the intention of allowing administrators to balance resources between database calls and other server invocations (e.g. EJB calls, inbound messages or web requests)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


build problem

Posted by Yunfeng Xu <yu...@yahoo.com>.
When I builded the gerinomo by maven, it display:
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0
    [copy] Copying 1 file to C:\Documents and Settings\yunfeng\geronimo\etc
Starting the reactor...
Our processing order:
Geronimo :: Demo Webapp
Geronimo :: Kernel
Geronimo :: Common
Geronimo :: JMX Debug Webapp
The Magic G Ball
Geronimo maven xmlbeans plugin
Geronimo :: System
Geronimo :: J2EE Schema
Geronimo :: Deployment
Geronimo :: Core
Geronimo :: J2EE
Geronimo :: Naming
Geronimo :: Transaction
Geronimo :: Client
Geronimo :: Remoting
Geronimo :: Network
Geronimo :: Security
Geronimo :: Connector
Geronimo :: Client Builder
Geronimo :: Clustering
Geronimo :: Jetty
Geronimo :: JMX Remoting
Geronimo :: Derby
Geronimo :: Timer
Geronimo :: Assembly
Geronimo :: Tomcat
Geronimo itest plugin
Geronimo maven deployment plugin
Geronimo :: Spring
Geronimo :: Axis
Geronimo :: Console Web
+----------------------------------------
| Executing (default): Geronimo :: Demo Webapp
| Memory: 6M/7M
+----------------------------------------
???????? geronimo-spec-servlet-2.4-rc2.jar????
Error retrieving artifact from [http://www.openejb.org/maven/geronimo-spec/jars/geronimo-spec-servlet-2.4-rc2.jar]: java.net.SocketException: Software caused connection abort: connect
?????? geronimo-spec-servlet-2.4-rc2.jar ?????���???
Total time: 18 seconds
Finished at: Fri Oct 08 23:40:24 CST 2004

Can anyone help me?Thanks.
 
Yunfeng


		
---------------------------------
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.

[jira] Commented: (GERONIMO-345) Integrate Geronimo and Derby ThreadPools

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://nagoya.apache.org/jira/browse/GERONIMO-345?page=comments#action_56202 ]
     
Aaron Mulder commented on GERONIMO-345:
---------------------------------------

See also GERONIMO-511 and GERONIMO-510

> Integrate Geronimo and Derby ThreadPools
> ----------------------------------------
>
>          Key: GERONIMO-345
>          URL: http://nagoya.apache.org/jira/browse/GERONIMO-345
>      Project: Apache Geronimo
>         Type: New Feature
>   Components: connector
>     Reporter: Jeremy Boynes

>
> Derby's network adaptor currently manages its own pool of threads that are used to service client requests. It would be useful if this could be integrated with Geronimo's own thread management with the intention of allowing administrators to balance resources between database calls and other server invocations (e.g. EJB calls, inbound messages or web requests)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-345) Integrate Geronimo and Derby ThreadPools

Posted by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-345?page=all ]

Matt Hogstrom updated GERONIMO-345:
-----------------------------------

    Fix Version: 1.x
                     (was: 1.0)

Moved to a future release.

> Integrate Geronimo and Derby ThreadPools
> ----------------------------------------
>
>          Key: GERONIMO-345
>          URL: http://issues.apache.org/jira/browse/GERONIMO-345
>      Project: Geronimo
>         Type: New Feature
>   Components: connector
>     Reporter: Jeremy Boynes
>      Fix For: 1.x

>
> Derby's network adaptor currently manages its own pool of threads that are used to service client requests. It would be useful if this could be integrated with Geronimo's own thread management with the intention of allowing administrators to balance resources between database calls and other server invocations (e.g. EJB calls, inbound messages or web requests)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira