-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Can you recommend how to switch off / decrease the delay between BroadcasterFactory instantiation and the finish of auto detecting handlers? It takes 35 sec on my Windows Vista Core2Duo 2.64GHz 4GB RAM
11:38:34.174 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Using BroadcasterFactory class: org.atmosphere.cpr.DefaultBroadcasterFactory
11:39:09.649 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Auto detecting atmosphere handlers /WEB-INF/classes/
The full log is below
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/D:/usr/m2-repository/ch/qos/logback/logback-classic/1.0.0/logback-classic-1.0.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/D:/usr/m2-repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
11:38:34.174 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Using BroadcasterFactory class: org.atmosphere.cpr.DefaultBroadcasterFactory
11:39:09.649 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Auto detecting atmosphere handlers /WEB-INF/classes/
11:39:09.650 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Auto detecting WebSocketHandler /WEB-INF/classes/
11:39:09.665 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Atmosphere is using async support: org.atmosphere.container.NettyCometSupport running under container: Netty-Atmosphere/1.0
2012-03-15 11:39:09,671 [INFO] com.atmosphere.nettosphere.sample.MyNettosphereWebsocketHandler main - configure(): {Config: org.atmosphere.cpr.AtmosphereConfig@1ded0fd}
11:39:09.671 [main] DEBUG o.atmosphere.cpr.AtmosphereFramework - Adding a void AtmosphereHandler mapped to /\* to allow WebSocket application only
11:39:09.679 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Installed AtmosphereHandler org.atmosphere.cpr.AtmosphereFramework$2 mapped to context-path: /*
11:39:09.679 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Using broadcaster class: org.atmosphere.cpr.DefaultBroadcaster
11:39:09.681 [main] INFO o.atmosphere.cpr.AtmosphereFramework - Atmosphere Framework 0.9-SNAPSHOT started.
2012-03-15 11:39:09,747 [INFO] com.atmosphere.nettosphere.sample.MyNettosphereServer main - Server started on port: 9080
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels